File tree Expand file tree Collapse file tree
kubernetes_engine/django_tutorial Expand file tree Collapse file tree 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.3
4+ psycopg2-binary == 2.9.4
55django-environ == 0.9.0
66google-cloud-secret-manager == 2.12.0
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.3 # 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.4 # 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.38
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.9.0
4- psycopg2-binary == 2.9.3
4+ psycopg2-binary == 2.9.4
55google-cloud-secret-manager == 2.12.0
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ wheel==0.37.1
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.3
10+ psycopg2-binary == 2.9.4
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.9.0
5- psycopg2-binary == 2.9.3
5+ psycopg2-binary == 2.9.4
66gunicorn == 20.1.0
77google-cloud-secret-manager == 2.12.0
You can’t perform that action at this time.
0 commit comments