mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-01 14:41:25 -04:00
https://github.com/alphagov/gds_metrics_python/blob/master/CHANGELOG.md#021 This will mean that if an exception is thrown in any `before_request` functions that run before the gds metrics `before_request` function, then we will no longer throw an uncaught exception. Note, this could still be the case (and has been seen in production) as `init_app(application)` in `create_app` in `init.py` can indeed throw exceptions, for example when it can't find the current service. We could move our init app for gds metrics further up if we wanted to to further counter this.
86 lines
1.7 KiB
Plaintext
86 lines
1.7 KiB
Plaintext
# pyup: ignore file
|
|
# This file is autogenerated. Do not edit it manually.
|
|
# Run `make freeze-requirements` to update requirements.txt
|
|
# with package version changes made in requirements-app.txt
|
|
|
|
ago==0.0.93
|
|
govuk-bank-holidays==0.8
|
|
humanize==2.5.0
|
|
Flask==1.1.2
|
|
Flask-WTF==0.14.3
|
|
Flask-Login==0.5.0
|
|
|
|
blinker==1.4
|
|
pyexcel==0.6.2
|
|
pyexcel-io==0.5.20
|
|
pyexcel-xls==0.5.8
|
|
pyexcel-xlsx==0.5.8
|
|
pyexcel-ods3==0.5.3
|
|
pytz==2020.1
|
|
gunicorn==20.0.4
|
|
eventlet==0.25.2
|
|
notifications-python-client==5.6.0
|
|
|
|
# PaaS
|
|
awscli-cwlogs>=1.4,<1.5
|
|
itsdangerous==1.1.0
|
|
|
|
git+https://github.com/alphagov/notifications-utils.git@40.3.1#egg=notifications-utils==40.3.1
|
|
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha
|
|
|
|
# gds-metrics requires prometheseus 0.2.0, override that requirement as later versions bring significant performance gains
|
|
prometheus-client==0.8.0
|
|
gds-metrics==0.2.2
|
|
|
|
## The following requirements were added by pip freeze:
|
|
awscli==1.18.95
|
|
bleach==3.1.4
|
|
boto3==1.10.38
|
|
botocore==1.17.18
|
|
cachetools==4.1.0
|
|
certifi==2020.6.20
|
|
chardet==3.0.4
|
|
click==7.1.2
|
|
colorama==0.4.3
|
|
dnspython==1.16.0
|
|
docopt==0.6.2
|
|
docutils==0.15.2
|
|
et-xmlfile==1.0.1
|
|
flask-redis==0.4.0
|
|
future==0.18.2
|
|
geojson==2.5.0
|
|
greenlet==0.4.16
|
|
idna==2.10
|
|
jdcal==1.4.1
|
|
Jinja2==2.11.2
|
|
jmespath==0.10.0
|
|
lml==0.0.9
|
|
lxml==4.5.1
|
|
MarkupSafe==1.1.1
|
|
mistune==0.8.4
|
|
monotonic==1.5
|
|
openpyxl==3.0.4
|
|
orderedset==2.0.1
|
|
phonenumbers==8.11.2
|
|
pyasn1==0.4.8
|
|
pyexcel-ezodf==0.3.4
|
|
PyJWT==1.7.1
|
|
PyPDF2==1.26.0
|
|
python-dateutil==2.8.1
|
|
python-json-logger==0.1.11
|
|
PyYAML==5.3.1
|
|
redis==3.5.3
|
|
requests==2.24.0
|
|
rsa==3.4.2
|
|
s3transfer==0.3.3
|
|
six==1.15.0
|
|
smartypants==2.0.1
|
|
statsd==3.3.0
|
|
texttable==1.6.2
|
|
urllib3==1.25.9
|
|
webencodings==0.5.1
|
|
Werkzeug==1.0.1
|
|
WTForms==2.3.1
|
|
xlrd==1.2.0
|
|
xlwt==1.3.0
|