Skip to content

Commit

Permalink
use version > 2.8.3 for psycopg from python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Aug 31, 2020
1 parent ef99ae1 commit 5b3d6d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
psycopg2==2.7.4
psycopg2==2.7.4; python_version < '3.8'
psycopg2==2.8.5; python_version >= '3.8'
pytest
pyodbc
pyyaml
Expand Down

0 comments on commit 5b3d6d1

Please sign in to comment.