-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* App engine upversion * Python 2 compatible pytest
- Loading branch information
Showing
53 changed files
with
121 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
requests[security]==2.21.0 | ||
requests[security]==2.22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
Flask-SQLAlchemy==2.3.2 | ||
Flask==1.1.1 | ||
Flask-SQLAlchemy==2.4.1 | ||
gunicorn==19.9.0 | ||
PyMySQL==0.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
Flask-SQLAlchemy==2.3.2 | ||
Flask==1.1.1 | ||
Flask-SQLAlchemy==2.4.1 | ||
gunicorn==19.9.0 | ||
psycopg2==2.7.7 | ||
psycopg2==2.8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
google-cloud-datastore==1.7.3 | ||
Flask==1.1.1 | ||
google-cloud-datastore==1.9.0 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Django==2.1.10 | ||
Django==2.2.5 | ||
# mysqlclient==1.4.1 # Uncomment this line if using MySQL | ||
wheel==0.32.3 | ||
wheel==0.33.6 | ||
gunicorn==19.9.0 | ||
psycopg2==2.7.7 # Comment this line out if using MySQL | ||
psycopg2==2.8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Django==2.1.10 | ||
Django==2.2.5 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
requests[security]==2.21.0 | ||
requests[security]==2.22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
requests[security]==2.21.0 | ||
mailjet-rest==1.3.0 | ||
requests[security]==2.22.0 | ||
mailjet-rest==1.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
pylibmc==1.6.0 | ||
pylibmc==1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
requests[security]==2.21.0 | ||
requests[security]==2.22.0 |
4 changes: 2 additions & 2 deletions
4
appengine/flexible/multiple_services/gateway-service/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
requests==2.21.0 | ||
requests==2.22.0 |
4 changes: 2 additions & 2 deletions
4
appengine/flexible/multiple_services/static-service/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
requests==2.21.0 | ||
requests==2.22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
numpy==1.16.1 | ||
numpy==1.17.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
google-cloud-pubsub==0.39.1 | ||
Flask==1.1.1 | ||
google-cloud-pubsub==1.0.0 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
redis==3.1.0 | ||
redis==3.3.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
numpy==1.16.1 | ||
numpy==1.17.2 | ||
scipy==1.2.0 | ||
Pillow==5.4.1 | ||
Pillow==6.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
sendgrid==5.6.0 | ||
Flask==1.1.1 | ||
sendgrid==6.1.0 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
google-cloud-storage==1.13.2 | ||
Flask==1.1.1 | ||
google-cloud-storage==1.19.1 | ||
gunicorn==19.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
google-cloud-tasks==1.1.0 | ||
google-cloud-tasks==1.2.1 | ||
googleapis-common-protos==1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
gunicorn==19.9.0 | ||
twilio==6.24.0 | ||
twilio==6.31.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 | ||
Flask-Sockets==0.2.1 | ||
gunicorn==19.9.0 | ||
requests==2.21.0 | ||
requests==2.22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
requests==2.21.0 | ||
Flask==1.1.1 | ||
requests==2.22.0 | ||
requests-toolbelt==0.9.1 |
8 changes: 4 additions & 4 deletions
8
appengine/standard/firebase/firenotes/backend/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Flask==0.12.4 | ||
Flask==1.1.1 | ||
pyjwt==1.7.1 | ||
flask-cors==3.0.7 | ||
google-auth==1.6.2 | ||
requests==2.21.0 | ||
flask-cors==3.0.8 | ||
google-auth==1.6.3 | ||
requests==2.22.0 | ||
requests-toolbelt==0.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
flask==1.0.2 | ||
requests==2.21.0 | ||
flask==1.1.1 | ||
requests==2.22.0 | ||
requests_toolbelt==0.9.1 | ||
oauth2client==4.1.3 | ||
functools32==3.2.3.post2; python_version < "3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==0.12.4 | ||
Werkzeug<0.13.0,>=0.12.0 | ||
Flask==1.1.1 | ||
Werkzeug==0.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
httplib2==0.12.0 | ||
httplib2==0.13.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
requests==2.21.0 | ||
Flask==1.1.1 | ||
requests==2.22.0 | ||
requests-toolbelt==0.9.1 | ||
mailjet-rest==1.3.0 | ||
mailjet-rest==1.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
google-api-python-client==1.7.8 | ||
Flask==1.1.1 | ||
google-api-python-client==1.7.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sendgrid==5.6.0 | ||
sendgrid==6.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
google-api-python-client==1.7.8 | ||
google-auth==1.6.2 | ||
google-api-python-client==1.7.11 | ||
google-auth==1.6.3 | ||
google-auth-httplib2==0.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.0.2 | ||
requests==2.21.0 | ||
Flask==1.1.1 | ||
requests==2.22.0 | ||
requests-toolbelt==0.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
google-cloud-bigquery==1.9.0 | ||
Flask==1.0.2 | ||
google-cloud-bigquery==1.20.0 | ||
Flask==1.1.1 |
2 changes: 1 addition & 1 deletion
2
appengine/standard_python37/building-an-app/building-an-app-1/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 |
4 changes: 2 additions & 2 deletions
4
appengine/standard_python37/building-an-app/building-an-app-2/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
google-cloud-datastore==1.7.3 | ||
Flask==1.1.1 | ||
google-cloud-datastore==1.9.0 |
8 changes: 4 additions & 4 deletions
8
appengine/standard_python37/building-an-app/building-an-app-3/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
google-cloud-datastore==1.7.3 | ||
google-auth==1.6.2 | ||
requests==2.21.0 | ||
Flask==1.1.1 | ||
google-cloud-datastore==1.9.0 | ||
google-auth==1.6.3 | ||
requests==2.22.0 |
8 changes: 4 additions & 4 deletions
8
appengine/standard_python37/building-an-app/building-an-app-4/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
google-cloud-datastore==1.7.3 | ||
google-auth==1.6.2 | ||
requests==2.21.0 | ||
Flask==1.1.1 | ||
google-cloud-datastore==1.9.0 | ||
google-auth==1.6.3 | ||
requests==2.22.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
flask==1.0.2 | ||
psycopg2==2.7.7 | ||
psycopg2-binary==2.7.7 | ||
flask==1.1.1 | ||
psycopg2==2.8.3 | ||
psycopg2-binary==2.8.3 | ||
PyMySQL==0.9.3 | ||
SQLAlchemy==1.2.17 | ||
SQLAlchemy==1.3.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
uwsgi==2.0.17.1 | ||
flask==1.0.2 | ||
uwsgi==2.0.18 | ||
flask==1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Django==2.1.11 | ||
Django==2.2.5 | ||
PyMySQL==0.9.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Flask==1.0.2 | ||
Flask==1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Flask==1.0.2 | ||
google-api-python-client==1.7.8 | ||
Flask==1.1.1 | ||
google-api-python-client==1.7.11 | ||
google-auth==1.6.3 | ||
google-cloud-pubsub==0.40.0 | ||
google-cloud-pubsub==1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Flask==1.0.2 | ||
redis==3.2.1 | ||
Flask==1.1.1 | ||
redis==3.3.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
google-cloud-spanner==1.7.1 | ||
Flask==1.0.2 | ||
google-cloud-spanner==1.10.0 | ||
Flask==1.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
flask==1.0.2 | ||
flask==1.1.1 |