Upgrade flask and install newrelic package

This commit is contained in:
Ryan Ahearn
2023-01-19 17:29:21 -05:00
parent fc4f2856c3
commit 7d08e9e0d4
14 changed files with 427 additions and 239 deletions

View File

@@ -7,9 +7,9 @@ name = "pypi"
ago = "==0.0.93"
blinker = "==1.4"
fido2 = "==0.9.3"
flask = "==2.1.2"
flask = "~=2.2"
flask-basicauth = "==0.2.0"
flask-login = "==0.6.1"
flask-login = "~=0.6"
flask-wtf = "==1.0.1"
gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72", git = "https://github.com/alphagov/gds_metrics_python.git"}
govuk-bank-holidays = "==0.11"
@@ -29,9 +29,10 @@ pyproj = "==3.3.1"
python-dotenv = "==0.20.0"
pytz = "==2022.1"
rtreelib = "==0.2.0"
werkzeug = "==2.1.2"
werkzeug = "~=2.2"
wtforms = "==3.0.1"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
newrelic = "*"
[dev-packages]
isort = "==5.10.1"