mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-24 18:48:52 +08:00
fix problems with 0.660
This commit is contained in:
2
setup.py
2
setup.py
@@ -28,7 +28,7 @@ setup(
|
||||
python_requires='>=3',
|
||||
install_requires=[
|
||||
'Django',
|
||||
'mypy @ git+https://github.com/python/mypy.git#egg=mypy-0.660+dev.a7296c4595350768ec8ecf145c23a76b6c98e8e6'
|
||||
'mypy'
|
||||
],
|
||||
packages=['django-stubs', *find_packages()],
|
||||
package_data={'django-stubs': find_stub_files('django-stubs')},
|
||||
|
||||
Reference in New Issue
Block a user