33 строки
770 B
Plaintext
33 строки
770 B
Plaintext
|
|
# Also see requirements.dev.txt
|
|
|
|
# Py3 Libraries
|
|
appengine-python-standard>=1.0.0
|
|
html5lib==1.1
|
|
funcsigs==1.0.2
|
|
google-api-python-client==2.47.0
|
|
|
|
# TODO(jrobbins): Add this back or replace it when python 3.10 is supported.
|
|
# google-python-cloud-debugger==2.18
|
|
# See https://github.com/GoogleCloudPlatform/cloud-debug-python/issues/33
|
|
|
|
google-cloud-tasks==2.7.0
|
|
google-cloud-ndb==1.11.1
|
|
google-cloud-logging==3.0.0
|
|
google-auth==1.31.0
|
|
requests==2.27.1
|
|
redis==4.3.4
|
|
fakeredis==1.9.0
|
|
Flask==2.1.2
|
|
flask-cors==3.0.10
|
|
funcsigs==1.0.2
|
|
Jinja2==3.1.2
|
|
MarkupSafe==2.1.1
|
|
Werkzeug==2.1.2
|
|
click==8.1.3
|
|
itsdangerous==2.1.2
|
|
|
|
# Work-around for failure to deploy
|
|
# https://stackoverflow.com/questions/69936420/google-cloud-platform-app-deploy-failure-due-to-pyparsing
|
|
pyparsing==2.4.7
|