From d3a11e8f226904a8856b5f48fec750055f2b3541 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 2 Dec 2019 11:13:03 +0000 Subject: community/patchwork: removed strong version checking --- community/patchwork/dependencies-fix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/patchwork/dependencies-fix.patch (limited to 'community/patchwork/dependencies-fix.patch') diff --git a/community/patchwork/dependencies-fix.patch b/community/patchwork/dependencies-fix.patch new file mode 100644 index 0000000000..74834d4fd9 --- /dev/null +++ b/community/patchwork/dependencies-fix.patch @@ -0,0 +1,15 @@ +diff --git a/requirements-prod.txt b/requirements-prod.txt +index d249ad8..27f9e5e 100644 +--- a/requirements-prod.txt ++++ b/requirements-prod.txt +@@ -1,5 +1,5 @@ +-Django>=1.8,<2.0 +-djangorestframework>=3.4,<3.7 +-django-filter>=1.0,<1.1 +-psycopg2>=2.7,<2.8 +-sqlparse==0.2.4 ++Django>=1.8 ++djangorestframework>=3.4 ++django-filter>=1.0 ++psycopg2>=2.7 ++sqlparse>0.2.4 -- cgit v1.2.3