Skip to content

Commit

Permalink
Merge pull request #177 from bohning/linux-deps
Browse files Browse the repository at this point in the history
Add altgraph explicitly
  • Loading branch information
bohning authored Sep 30, 2023
2 parents 6ed01aa + 199b8f2 commit c5c6f6a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 198 deletions.
9 changes: 5 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ pyinstaller = "*"
pyinstaller-hooks-contrib = "*"
# specifically required for pyinstaller (Note: darwin -> macos)
macholib = {version = "*", markers="sys_platform == 'darwin'"}
altgraph = "*"

[dev-packages]
tox = "*"
# lint
black = "==23.3"
isort = "==5.12"
mypy = "==1.2"
pylint = "==2.17"
black = "*"
isort = "*"
mypy = "*"
pylint = "*"
types-setuptools = "*"
types-requests = "*"
# test
Expand Down
Loading

0 comments on commit c5c6f6a

Please sign in to comment.