]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Loosen requirements for RDBMS libs
authorStephen Finucane <stephen@that.guru>
Mon, 31 Oct 2016 18:23:25 +0000 (18:23 +0000)
committerStephen Finucane <stephen@that.guru>
Fri, 18 Nov 2016 01:30:49 +0000 (01:30 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
requirements-prod.txt
requirements-test.txt

index 8c7126d4ea8025cd948752dd3e6cdb0ee8869d77..d189ad424a2a5adfa10ab89bd65df96df3ce9153 100644 (file)
@@ -1,3 +1,3 @@
 Django>=1.8,<1.11
-psycopg2==2.6.1
+psycopg2>2.6,<2.7
 sqlparse
index 7cb5ae903cbf62e9d6c6fd7daaf454a03dfa17d3..c6ceff1d0a4f7f860c3621ca5817c8696554017f 100644 (file)
@@ -1,4 +1,4 @@
-mysqlclient==1.3.7  # replace this with psycopg2 for a PostgreSQL backend
+mysqlclient>=1.3,<1.4  # replace this with psycopg2 for a PostgreSQL backend
 django-debug-toolbar==1.5
 python-dateutil>2.0,<3.0
 selenium>2.0,<3.0