Merge branch 'main' into notify-api-387

This commit is contained in:
Steven Reilly
2023-08-22 17:45:04 -04:00
committed by GitHub
49 changed files with 387 additions and 2695 deletions

View File

@@ -6,8 +6,7 @@ name = "pypi"
[packages]
ago = "~=0.0.95"
blinker = "~=1.4"
exceptiongroup = "==1.1.2"
fido2 = "~=0.9"
exceptiongroup = "==1.1.3"
flask = "~=2.3"
flask-basicauth = "~=0.2"
flask-login = "~=0.6"
@@ -16,7 +15,7 @@ gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8a
govuk-bank-holidays = "==0.13"
govuk-frontend-jinja = {version = "==0.5.8-alpha", git = "https://github.com/alphagov/govuk-frontend-jinja.git"}
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
humanize = "~=4.1"
humanize = "~=4.8"
itsdangerous = "~=2.1"
jinja2 = "~=3.1"
notifications-python-client = "==8.0.1"
@@ -39,12 +38,14 @@ notifications-utils = {editable = true, ref = "main", git = "https://github.com/
coverage = "*"
pytest-playwright = "*"
vulture = "==2.7"
radon = "==6.0.1"
[dev-packages]
isort = "==5.12.0"
pytest = "==7.4.0"
pytest-env = "==0.8.2"
pytest-mock = "==3.11.1"
pytest-playwright = "==0.4.2"
pytest-xdist = "==3.3.1"
beautifulsoup4 = "==4.12.2"
freezegun = "==1.2.2"