Update psycopg2 version in one of the test environments

psycopg2 2.5.2 fails to install with PostgreSQL 10+.
This commit is contained in:
Haiko Schol 2018-01-31 14:52:08 +01:00
parent 6f70dd5508
commit ac6d8def3a
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ alembic==0.6.2
gnureadline==6.3.3
ipython==2.0.0
itsdangerous==0.23
psycopg2==2.5.2
psycopg2==2.7.3.2
redis==2.9.1
slugify==0.0.1