Skip to content

Commit

Permalink
Fixes #870 (#871)
Browse files Browse the repository at this point in the history
* Fixes #870

Signed-off-by: Himanshu-Balasamanta <[email protected]>

* Updated mypy version in setup.py to == 0.931

* Update setup.py

Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
himanshu-balasamanta and sobolevn authored Mar 14, 2022
1 parent eb6991b commit f9f6c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pytest-mypy-plugins==1.9.3
psycopg2-binary
-e ./django_stubs_ext
-e .
mypy==0.931
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def find_stub_files(name: str) -> List[str]:
readme = f.read()

dependencies = [
"mypy>=0.931",
"mypy>=0.930,<0.940",
"django",
"django-stubs-ext>=0.3.0",
"tomli",
Expand Down

0 comments on commit f9f6c82

Please sign in to comment.