Skip to content

Commit 37de504

Browse files
authored
Bumped pyscopg2 version
Saw error with current version: Error: could not determine PostgreSQL version from '11.7'
1 parent 804212b commit 37de504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ werkzeug==0.15.3
55
gunicorn==19.7.0
66

77
# Data and workers.
8-
psycopg2==2.6.1
8+
psycopg2>=2.6.1
99
Flask-SQLAlchemy==2.3.2
1010
SQLAlchemy==1.3.1
1111
alembic==1.0.8
@@ -18,4 +18,4 @@ WTForms-Alchemy==0.16.9
1818
#rich-text
1919
flask_ckeditor
2020

21-
pytz
21+
pytz

0 commit comments

Comments
 (0)