File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
flexible_python37_and_earlier/django_cloudsql
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Django == 4.0.4 ; python_version >= '3.8'
22Django == 3.2.14 ; python_version < '3.8'
33gunicorn == 20.1.0
4- psycopg2-binary == 2.9.5
4+ psycopg2-binary == 2.9.6
55django-environ == 0.10.0
66google-cloud-secret-manager == 2.16.1
77django-storages [google ]== 1.13
Original file line number Diff line number Diff line change 11Django == 4.0.4 ; python_version >= '3.8'
22Django == 3.2.14 ; python_version < '3.8'
33gunicorn == 20.1.0
4- psycopg2-binary == 2.9.5
4+ psycopg2-binary == 2.9.6
55django-environ == 0.10.0
66google-cloud-secret-manager == 2.16.1
77django-storages [google ]== 1.13
Original file line number Diff line number Diff line change 11flask == 2.1.0
22# psycopg2==2.8.4
3- psycopg2-binary == 2.9.5 # 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.6 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44PyMySQL == 1.0.3
55SQLAlchemy == 2.0.9
Original file line number Diff line number Diff line change 11Django == 4.0.4 ; python_version >= '3.8'
22Django == 3.2.14 ; python_version < '3.8'
33django-environ == 0.10.0
4- psycopg2-binary == 2.9.5
4+ psycopg2-binary == 2.9.6
55google-cloud-secret-manager == 2.16.1
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ wheel==0.40.0
77gunicorn == 20.1.0 ; python_version > '3.0'
88gunicorn == 19.10.0 ; python_version < '3.0'
99# psycopg2==2.8.4 # uncomment if you prefer to build from source
10- psycopg2-binary == 2.9.5
10+ psycopg2-binary == 2.9.6
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ Django==4.0.4; python_version >= '3.8'
22Django == 3.2.14 ; python_version < '3.8'
33django-storages [google ]== 1.13
44django-environ == 0.10.0
5- psycopg2-binary == 2.9.5
5+ psycopg2-binary == 2.9.6
66gunicorn == 20.1.0
77google-cloud-secret-manager == 2.16.1
You can’t perform that action at this time.
0 commit comments