Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/endpoints/requirements.txt
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
Flask==0.11.1
flask-cors==2.1.3
flask-cors==3.0.0
gunicorn==19.6.0
gcloud==0.18.1
six==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v3/requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,5 +6,5 @@ pyasn1-modules==0.0.8
rsa==3.4.2
simplejson==3.8.2
six==1.10.0
uritemplate==0.6
uritemplate==2.0.0rc1
wheel==0.29.0
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ coverage==4.2
cryptography==1.4
Django==1.10
flaky==3.3.0
flask-cors==2.1.3
flask-cors==3.0.0
Flask-Sockets==0.2.1
Flask-SQLAlchemy==2.1
Flask==0.11.1
Expand DownExpand Up@@ -44,6 +44,6 @@ sendgrid==3.2.10
simplejson==3.8.2
six==1.10.0
twilio==6.3.dev0
uritemplate==0.6
uritemplate==2.0.0rc1
WebTest==2.0.23
wheel==0.29.0