P5-5370 bump-psycopg to fix build errors

This commit is contained in:
Niklas Fondberg
2020-06-22 10:05:51 +02:00
committed by GitHub
parent a635623b87
commit cc905ad928
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM tiangolo/uwsgi-nginx-flask:python3.6
FROM tiangolo/uwsgi-nginx-flask:python3.7
COPY ./requirements.txt /app
RUN pip install -r requirements.txt
+1 -1
View File
@@ -7,7 +7,7 @@ SQLAlchemy==1.0.12
Unidecode==0.04.19
Werkzeug==0.11.8
itsdangerous==0.24
psycopg2==2.6.1
psycopg2>=2.7,<2.8 --no-binary psycopg2
Flask-Testing==0.5.0
unittest2==1.1.0
factory-boy==2.7.0