remove django from dependencies, it's not required for static analysis

This commit is contained in:
Maxim Kurnikov
2019-02-27 18:11:54 +03:00
parent 64f8870d0b
commit af8ecc5520

View File

@@ -21,7 +21,6 @@ with open('README.md', 'r') as f:
readme = f.read()
dependencies = [
'Django',
'mypy>=0.670',
'typing-extensions'
]