Skip to content

Commit

Permalink
fix: Require mypy only in dev-packages (#26)
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
sveneberth authored Oct 23, 2024
1 parent 22c77b8 commit 95f7d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 56 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ name = "pypi"

[packages]
Deprecated = "~=1.2"
mypy = "~=1.11.0"

[dev-packages]
build="*"
pycodestyle = "*"
twine="*"
mypy = "~=1.11"
mypy = "~=1.11.0"
# mypy types
types-Deprecated = "*"
types-requests = "*"
Expand Down
58 changes: 4 additions & 54 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95f7d1c

Please sign in to comment.