Skip to content

Commit 458b6a9

Browse files
committed
Making requirements current and consistent
1 parent d2c7059 commit 458b6a9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

4-auth/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Flask==0.12.2
1+
Flask>=1.0.0
22
google-cloud-datastore==1.4.0
33
google-cloud-storage==1.7.0
44
gunicorn==19.7.1
55
oauth2client==4.1.2
66
Flask-SQLAlchemy==2.3.2
77
PyMySQL==0.8.0
8-
Flask-PyMongo==0.5.1
8+
Flask-PyMongo>=2.0.0
99
PyMongo==3.6.0
1010
six==1.11.0

5-logging/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12.2
1+
Flask>=1.0.0
22
google-cloud-datastore==1.4.0
33
google-cloud-storage==1.7.0
44
google-cloud-logging==1.4.0
@@ -7,6 +7,6 @@ gunicorn==19.7.1
77
oauth2client==4.1.2
88
Flask-SQLAlchemy==2.3.2
99
PyMySQL==0.8.0
10-
Flask-PyMongo==0.5.1
10+
Flask-PyMongo>=2.0.0
1111
PyMongo==3.6.0
1212
six==1.11.0

6-pubsub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12.2
1+
Flask>=1.0.0
22
google-cloud-datastore==1.4.0
33
google-cloud-storage==1.7.0
44
google-cloud-logging==1.4.0
@@ -7,7 +7,7 @@ gunicorn==19.7.1
77
oauth2client==4.1.2
88
Flask-SQLAlchemy==2.3.2
99
PyMySQL==0.8.0
10-
Flask-PyMongo==0.5.1
10+
Flask-PyMongo>=2.0.0
1111
PyMongo==3.6.0
1212
six==1.11.0
1313
requests[security]==2.18.4

7-gce/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12.2
1+
Flask>=1.0.0
22
google-cloud-datastore==1.4.0
33
google-cloud-storage==1.7.0
44
google-cloud-logging==1.4.0
@@ -7,7 +7,7 @@ gunicorn==19.7.1
77
oauth2client==4.1.2
88
Flask-SQLAlchemy==2.3.2
99
PyMySQL==0.8.0
10-
Flask-PyMongo==0.5.1
10+
Flask-PyMongo>=2.0.0
1111
PyMongo==3.6.0
1212
six==1.11.0
1313
requests[security]==2.18.4

optional-kubernetes-engine/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12.2
1+
Flask>=1.0.0
22
google-cloud-datastore==1.4.0
33
google-cloud-storage==1.7.0
44
google-cloud-logging==1.4.0
@@ -8,7 +8,7 @@ oauth2client==4.1.2
88
mock==2.0.0
99
Flask-SQLAlchemy==2.3.2
1010
PyMySQL==0.8.0
11-
Flask-PyMongo==0.5.1
11+
Flask-PyMongo>=2.0.0
1212
PyMongo==3.6.0
1313
six==1.11.0
1414
requests[security]==2.18.4

0 commit comments

Comments
 (0)