* Fixes #870

Signed-off-by: Himanshu-Balasamanta <himanshubb.eee18@itbhu.ac.in>

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

* Update setup.py

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
Himanshu Balasamanta
2022-03-14 23:47:53 +05:30
committed by GitHub
parent eb6991b008
commit f9f6c827c1
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ with open("README.md") as f:
readme = f.read()
dependencies = [
"mypy>=0.931",
"mypy>=0.930,<0.940",
"django",
"django-stubs-ext>=0.3.0",
"tomli",