From f4df5c528992b2514cf22fc5da911206d819f760 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sat, 3 Dec 2022 14:05:57 +0100 Subject: [PATCH] Update requirements. --- requirements.txt | 7 ++----- setup.py | 5 +---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47d2349..08ea0ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ -django>=1.7 -django-colorfield -django-flat-theme -django-flat-responsive -six>=1.9.0 +django >= 2.2 +django-colorfield == 0.8.0 diff --git a/setup.py b/setup.py index 0a68a70..91991a3 100644 --- a/setup.py +++ b/setup.py @@ -50,10 +50,7 @@ setup( "ui", ], install_requires=[ - "django-colorfield >= 0.2, < 1.0", - "django-flat-theme >= 1.0, < 2.0", - "django-flat-responsive >= 1.0, < 3.0", - "six >= 1.9.0, < 2.0.0", + "django-colorfield >= 0.8.0, < 1.0.0", ], classifiers=[ "Development Status :: 5 - Production/Stable",