File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
appengine/flexible/django_cloudsql
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Django == 3.0.2 ; python_version > '3.5'
22Django == 2.2.9 ; python_version == '3.5'
33# mysqlclient==1.4.1 # Uncomment this line if using MySQL
4- wheel == 0.33.6
4+ wheel == 0.34.2
55gunicorn == 20.0.4
66#psycopg2==2.8.4 # uncomment if you prefer to build from source
77psycopg2-binary == 2.8.4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0'
44# Uncomment the mysqlclient requirement if you are using MySQL rather than
55# PostgreSQL. You must also have a MySQL client installed in that case.
66#mysqlclient==1.4.1
7- wheel == 0.33.6
7+ 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
You can’t perform that action at this time.
0 commit comments