mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-17 05:50:23 +00:00
Be smarter with django requirements version
This commit is contained in:
parent
d0f39f9fc4
commit
a1b6594e51
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -181,6 +181,6 @@ setup(
|
|||
"Framework :: Django",
|
||||
],
|
||||
install_requires=[
|
||||
"Django",
|
||||
"Django>=1.3",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue