fix compatibility with 0.730 (#189)

This commit is contained in:
Maxim Kurnikov
2019-09-28 05:23:55 +03:00
committed by GitHub
parent 7725b416b6
commit be3fc259d5
8 changed files with 15 additions and 22 deletions

View File

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