aboutsummaryrefslogtreecommitdiffstats
path: root/community/patchwork/dependencies-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/patchwork/dependencies-fix.patch')
-rw-r--r--community/patchwork/dependencies-fix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/patchwork/dependencies-fix.patch b/community/patchwork/dependencies-fix.patch
new file mode 100644
index 00000000000..74834d4fd97
--- /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