File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
standard_python37/cloudsql
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Django==2.2.9; python_version == '3.5'
44wheel == 0.34.2
55gunicorn == 20.0.4
66#psycopg2==2.8.4 # uncomment if you prefer to build from source
7- psycopg2-binary == 2.8.4
7+ psycopg2-binary == 2.8.5
Original file line number Diff line number Diff line change 11flask == 1.1.1
22# psycopg2==2.8.4
3- psycopg2-binary == 2.8.4 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
3+ psycopg2-binary == 2.8.5 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44PyMySQL == 0.9.3
55SQLAlchemy == 1.3.16
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ wheel==0.34.2
88gunicorn == 20.0.4 ; python_version > '3.0'
99gunicorn == 19.10.0 ; python_version < '3.0'
1010# psycopg2==2.8.4 # uncomment if you prefer to build from source
11- psycopg2-binary == 2.8.4
11+ psycopg2-binary == 2.8.5
You can’t perform that action at this time.
0 commit comments