38 строки
885 B
Plaintext
38 строки
885 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.6.0
|
|
google-cloud-secret-manager==2.16.2
|
|
google-auth==1.31.0
|
|
requests==2.31.0
|
|
redis==4.4.4
|
|
fakeredis==1.10.1
|
|
Flask==2.3.2
|
|
flask-cors==3.0.10
|
|
funcsigs==1.0.2
|
|
Jinja2==3.1.3
|
|
MarkupSafe==2.1.1
|
|
Werkzeug==3.0.1
|
|
click==8.1.3
|
|
itsdangerous==2.1.2
|
|
ghapi==1.0.3
|
|
validators==0.20.0
|
|
# Work-around for failure to deploy
|
|
# https://stackoverflow.com/questions/69936420/google-cloud-platform-app-deploy-failure-due-to-pyparsing
|
|
pyparsing==2.4.7
|
|
|
|
# OpenAPI files
|
|
./gen/py/chromestatus_openapi
|