move to plugin common api, move to new functioncontext api

This commit is contained in:
Maxim Kurnikov
2018-12-19 02:41:28 +03:00
parent c9ad40d7e3
commit 094b8421ab
8 changed files with 46 additions and 308 deletions

View File

@@ -20,7 +20,7 @@ setup(
license='BSD',
install_requires=[
'Django>=2.1.1',
'mypy'
'mypy @ git+https://github.com/python/mypy.git#egg=mypy-0.660+dev.01c268644d1d22506442df4e21b39c04710b7e8b'
],
packages=['mypy_django_plugin'],
packages=['mypy_django_plugin']
)