File tree 3 files changed +5
-3
lines changed
appengine/standard/firebase/firetactoe
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
flask == 0.11.1
2
2
requests == 2.11.1
3
3
requests_toolbelt == 0.7.0
4
- oauth2client == 2.2 .0
4
+ oauth2client == 3.0 .0
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ flake8==3.0.4
2
2
google-cloud-bigquery == 0.20.0
3
3
PyMySQL == 0.7.9
4
4
six == 1.10.0
5
- SQLAlchemy == 1.1.0
5
+ SQLAlchemy == 1.1.1
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ flaky==3.3.0
8
8
flask-cors == 3.0.2
9
9
Flask-Sockets == 0.2.1
10
10
Flask-SQLAlchemy == 2.1
11
+ flask == 0.11.1
11
12
Flask == 0.11.1
12
13
fluent-logger == 0.4.4
13
14
funcsigs == 1.0.2
@@ -51,13 +52,14 @@ redis==2.10.5
51
52
requests-toolbelt == 0.7.0
52
53
requests == 2.11.1
53
54
requests [security ]== 2.11.1
55
+ requests_toolbelt == 0.7.0
54
56
responses == 0.5.1
55
57
rsa == 3.4.2
56
58
scipy == 0.18.1
57
59
sendgrid == 3.4.0
58
60
simplejson == 3.8.2
59
61
six == 1.10.0
60
- SQLAlchemy == 1.1.0
62
+ SQLAlchemy == 1.1.1
61
63
twilio == 6.3.dev0
62
64
uritemplate == 3.0.0
63
65
WebTest == 2.0.23
You can’t perform that action at this time.
0 commit comments