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.9
22gunicorn == 20.1.0
3- psycopg2-binary == 2.9.2
3+ psycopg2-binary == 2.9.3
44django-environ == 0.8.1
55google-cloud-secret-manager == 2.8.0
66django-storages [google ]== 1.12.3
Original file line number Diff line number Diff line change 11flask == 2.0.2
22# psycopg2==2.8.4
3- psycopg2-binary == 2.9.2 # 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.3 # 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.27
Original file line number Diff line number Diff line change 11Django == 3.2.9
22django-environ == 0.8.1
3- psycopg2-binary == 2.9.2
3+ psycopg2-binary == 2.9.3
44google-cloud-secret-manager == 2.8.0
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ wheel==0.37.1
66gunicorn == 20.0.4 ; python_version > '3.0'
77gunicorn == 19.10.0 ; python_version < '3.0'
88# psycopg2==2.8.4 # uncomment if you prefer to build from source
9- psycopg2-binary == 2.9.2
9+ psycopg2-binary == 2.9.3
Original file line number Diff line number Diff line change 11Django == 3.2.9
22django-storages [google ]== 1.12.3
33django-environ == 0.8.1
4- psycopg2-binary == 2.9.2
4+ psycopg2-binary == 2.9.3
55gunicorn == 20.1.0
66google-cloud-secret-manager == 2.8.0
You can’t perform that action at this time.
0 commit comments