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'
4
4
wheel == 0.34.2
5
5
gunicorn == 20.0.4
6
6
#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 1
1
flask == 1.1.1
2
2
# 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
4
4
PyMySQL == 0.9.3
5
5
SQLAlchemy == 1.3.16
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ wheel==0.34.2
8
8
gunicorn == 20.0.4 ; python_version > '3.0'
9
9
gunicorn == 19.10.0 ; python_version < '3.0'
10
10
# 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