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 1
1
Django == 3.0.2 ; python_version > '3.5'
2
2
Django == 2.2.9 ; python_version == '3.5'
3
3
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
4
- wheel == 0.34.2
4
+ wheel == 0.35.1
5
5
gunicorn == 20.0.4
6
6
#psycopg2==2.8.4 # uncomment if you prefer to build from source
7
7
psycopg2-binary == 2.8.5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0'
4
4
# Uncomment the mysqlclient requirement if you are using MySQL rather than
5
5
# PostgreSQL. You must also have a MySQL client installed in that case.
6
6
#mysqlclient==1.4.1
7
- wheel == 0.34.2
7
+ wheel == 0.35.1
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
You can’t perform that action at this time.
0 commit comments