Update requirements.

master
Fabio Caccamo 2022-12-03 14:05:57 +01:00
parent b88d7d8b95
commit f4df5c5289
2 changed files with 3 additions and 9 deletions

View File

@ -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

View File

@ -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",