mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Upgrade flask and install newrelic package
This commit is contained in:
7
Pipfile
7
Pipfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user