Update requirements.
This commit is contained in:
+2
-5
@@ -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
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user