Update migration.pyi (#501)

* Update migration.pyi

* Fixes tests

* Fixes tests

* Fixes tests
This commit is contained in:
Nikita Sobolev
2020-10-26 11:43:47 +03:00
committed by GitHub
parent 402b7d563f
commit 40c8bfa510
5 changed files with 11 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ with open("README.md", "r") as f:
readme = f.read()
dependencies = [
"mypy>=0.782,<0.790",
"mypy>=0.790",
"typing-extensions",
"django",
]