2021-05-26 21:07:04 +03:00
|
|
|
|
2021-12-21 22:33:03 +03:00
|
|
|
# Also see requirements.dev.txt
|
|
|
|
|
|
|
|
# Py3 Libraries
|
2022-06-11 00:56:40 +03:00
|
|
|
appengine-python-standard>=1.0.0
|
2022-05-26 23:09:44 +03:00
|
|
|
html5lib==1.1
|
|
|
|
funcsigs==1.0.2
|
2024-04-18 20:37:28 +03:00
|
|
|
json5==0.9.24
|
2022-07-15 03:04:45 +03:00
|
|
|
google-api-python-client==2.47.0
|
2022-11-08 00:00:51 +03:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2022-05-26 23:09:44 +03:00
|
|
|
google-cloud-tasks==2.7.0
|
|
|
|
google-cloud-ndb==1.11.1
|
2023-07-19 02:54:44 +03:00
|
|
|
google-cloud-logging==3.6.0
|
2023-08-01 01:14:14 +03:00
|
|
|
google-cloud-secret-manager==2.16.2
|
2022-06-11 00:56:40 +03:00
|
|
|
google-auth==1.31.0
|
2024-05-21 02:58:50 +03:00
|
|
|
requests==2.32.0
|
2023-03-31 20:41:45 +03:00
|
|
|
redis==4.4.4
|
2023-03-31 20:14:05 +03:00
|
|
|
fakeredis==1.10.1
|
2023-05-02 20:07:57 +03:00
|
|
|
Flask==2.3.2
|
2024-09-04 06:24:31 +03:00
|
|
|
flask-cors==5.0.0
|
2022-01-06 01:25:15 +03:00
|
|
|
funcsigs==1.0.2
|
2024-05-07 22:20:53 +03:00
|
|
|
Jinja2==3.1.4
|
2022-06-21 02:56:22 +03:00
|
|
|
MarkupSafe==2.1.1
|
2024-05-07 20:21:03 +03:00
|
|
|
Werkzeug==3.0.3
|
2022-06-21 02:56:22 +03:00
|
|
|
click==8.1.3
|
|
|
|
itsdangerous==2.1.2
|
2023-06-30 14:34:28 +03:00
|
|
|
ghapi==1.0.3
|
2023-08-02 03:57:01 +03:00
|
|
|
validators==0.20.0
|
2021-11-19 22:44:23 +03:00
|
|
|
# Work-around for failure to deploy
|
|
|
|
# https://stackoverflow.com/questions/69936420/google-cloud-platform-app-deploy-failure-due-to-pyparsing
|
|
|
|
pyparsing==2.4.7
|
2023-03-25 00:46:28 +03:00
|
|
|
|
|
|
|
# OpenAPI files
|
|
|
|
./gen/py/chromestatus_openapi
|
2024-08-29 03:45:56 +03:00
|
|
|
types-python-dateutil==2.9.0.20240821
|