summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:25 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:30:49 +0000
commit36b33680899599f74506a9f298a9b14160c44d10 (patch)
tree66dc43cbd400bb7439dd188a402c2c0bf947c998
parent25a7aaec437bf39306563e4c62d7fcc95ddbeade (diff)
downloadpatchwork-36b33680899599f74506a9f298a9b14160c44d10.tar
patchwork-36b33680899599f74506a9f298a9b14160c44d10.tar.gz
requirements: Loosen requirements for RDBMS libs
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--requirements-prod.txt2
-rw-r--r--requirements-test.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-prod.txt b/requirements-prod.txt
index 8c7126d..d189ad4 100644
--- a/requirements-prod.txt
+++ b/requirements-prod.txt
@@ -1,3 +1,3 @@
Django>=1.8,<1.11
-psycopg2==2.6.1
+psycopg2>2.6,<2.7
sqlparse
diff --git a/requirements-test.txt b/requirements-test.txt
index 7cb5ae9..c6ceff1 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -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