P5-5370 bump-psycopg to fix build errors
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM tiangolo/uwsgi-nginx-flask:python3.6
|
FROM tiangolo/uwsgi-nginx-flask:python3.7
|
||||||
|
|
||||||
COPY ./requirements.txt /app
|
COPY ./requirements.txt /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ SQLAlchemy==1.0.12
|
|||||||
Unidecode==0.04.19
|
Unidecode==0.04.19
|
||||||
Werkzeug==0.11.8
|
Werkzeug==0.11.8
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
psycopg2==2.6.1
|
psycopg2>=2.7,<2.8 --no-binary psycopg2
|
||||||
Flask-Testing==0.5.0
|
Flask-Testing==0.5.0
|
||||||
unittest2==1.1.0
|
unittest2==1.1.0
|
||||||
factory-boy==2.7.0
|
factory-boy==2.7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user