File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Django == 3.2.2
22gunicorn == 20.1.0
3- psycopg2-binary == 2.8.6
3+ psycopg2-binary == 2.9.1
44django-environ == 0.4.5
55google-cloud-secret-manager == 2.5.0
66django-storages [google ]== 1.11.1
Original file line number Diff line number Diff line change 11flask == 2.0.1
22# psycopg2==2.8.4
3- psycopg2-binary == 2.8.6 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
3+ psycopg2-binary == 2.9.1 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44PyMySQL == 1.0.2
55SQLAlchemy == 1.4.11
Original file line number Diff line number Diff line change 11Django == 3.2.4
22django-environ == 0.4.5
3- psycopg2-binary == 2.8.6
3+ psycopg2-binary == 2.9.1
44google-cloud-secret-manager == 2.5.0
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ wheel==0.36.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.6
11+ psycopg2-binary == 2.9.1
Original file line number Diff line number Diff line change 11Django == 3.2.4
22django-storages [google ]== 1.11.1
33django-environ == 0.4.5
4- psycopg2-binary == 2.8.6
4+ psycopg2-binary == 2.9.1
55gunicorn == 20.1.0
66google-cloud-secret-manager == 2.5.0
You can’t perform that action at this time.
0 commit comments