Skip to content

Commit 3a3fe63

Browse files
authored
Commented out MySQL requirement with explanation (GoogleCloudPlatform#2202)
* Commented out MySQL requirement with explanation * Address security warning with older Django version * Updated Django version due to vulnerability * Address older Django vulnerability * Update requirements.txt
1 parent 0c0c1ed commit 3a3fe63

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.1.5
1+
Django==2.1.9
22
mysqlclient==1.4.1
33
wheel==0.32.3
44
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.5
1+
Django==2.1.9
22
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.5
1+
Django==2.1.9
22
PyMySQL==0.9.3
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Django==2.1.5
2-
mysqlclient==1.4.1
1+
Django==2.1.9
2+
# Uncomment the mysqlclient requirement if you are using MySQL rather than
3+
# PostgreSQL. You must also have a MySQL client installed in that case.
4+
#mysqlclient==1.4.1
35
wheel==0.32.3
46
gunicorn==19.9.0
57
psycopg2==2.7.7

0 commit comments

Comments
 (0)