Files
notifications-api/requirements.in
T

37 lines
1.3 KiB
Plaintext
Raw Normal View History

# Run `make freeze-requirements` to update requirements.txt
2022-03-09 16:34:42 +00:00
# with package version changes made in requirements.in
2022-02-23 15:58:00 +00:00
cffi==1.15.0
2022-04-14 10:13:30 +01:00
celery[sqs]==5.2.6
2022-04-14 13:15:33 +01:00
Flask-Bcrypt==1.0.1
flask-marshmallow==0.14.0
2022-03-03 13:44:19 +00:00
Flask-Migrate==3.1.0
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
2022-05-17 10:36:16 +01:00
Flask==2.1.2
click-datetime==0.2
2022-02-23 15:41:32 +00:00
# Should be pinned until a new gunicorn release greater than 20.1.0 comes out. (Due to eventlet v0.33 compatibility issues)
git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64#egg=gunicorn[eventlet]==20.1.0
2022-03-03 13:47:47 +00:00
iso8601==1.0.2
2022-04-05 17:06:08 +01:00
itsdangerous==2.1.2
2022-05-17 10:45:28 +01:00
jsonschema[format]==4.5.1
marshmallow-sqlalchemy==0.28.0
2022-05-06 11:14:44 +01:00
marshmallow==3.15.0
2022-03-03 14:07:11 +00:00
psycopg2-binary==2.9.3
2022-05-17 10:49:30 +01:00
PyJWT==2.4.0
2022-05-17 10:51:49 +01:00
SQLAlchemy==1.4.36
2022-05-17 10:53:06 +01:00
cachetools==5.1.0
2022-04-14 16:39:22 +01:00
beautifulsoup4==4.11.1
2022-03-03 14:15:16 +00:00
lxml==4.8.0
2022-05-27 09:55:45 +01:00
Werkzeug==2.0.3 # pyup: <2.1.0 # later versions are not compatible with the version of flask-sqlalchemy we have pinned
notifications-python-client==6.3.0
# PaaS
2020-12-07 14:28:17 +00:00
awscli-cwlogs==1.4.6
2022-05-03 12:26:38 +01:00
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@55.1.6
2020-04-20 15:59:47 +01:00
2020-04-24 16:18:44 +01:00
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
prometheus-client==0.14.1
git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72