Update requirements.
parent
b88d7d8b95
commit
f4df5c5289
|
|
@ -1,5 +1,2 @@
|
||||||
django>=1.7
|
django >= 2.2
|
||||||
django-colorfield
|
django-colorfield == 0.8.0
|
||||||
django-flat-theme
|
|
||||||
django-flat-responsive
|
|
||||||
six>=1.9.0
|
|
||||||
|
|
|
||||||
5
setup.py
5
setup.py
|
|
@ -50,10 +50,7 @@ setup(
|
||||||
"ui",
|
"ui",
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"django-colorfield >= 0.2, < 1.0",
|
"django-colorfield >= 0.8.0, < 1.0.0",
|
||||||
"django-flat-theme >= 1.0, < 2.0",
|
|
||||||
"django-flat-responsive >= 1.0, < 3.0",
|
|
||||||
"six >= 1.9.0, < 2.0.0",
|
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue