mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
update to django==2.1
This commit is contained in:
2
setup.py
2
setup.py
@@ -18,7 +18,7 @@ setup(
|
|||||||
author_email="maxim.kurnikov@gmail.com",
|
author_email="maxim.kurnikov@gmail.com",
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
license='BSD',
|
license='BSD',
|
||||||
install_requires='Django==2.1rc1',
|
install_requires='Django==2.1',
|
||||||
packages=['django-stubs'],
|
packages=['django-stubs'],
|
||||||
package_data=find_stubs('django-stubs')
|
package_data=find_stubs('django-stubs')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user