We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f660bcf commit 0d2814cCopy full SHA for 0d2814c
pyproject.toml
@@ -7,10 +7,11 @@ license = { text = "MIT" }
7
readme = "README.md"
8
requires-python = ">=3.13"
9
dependencies = [
10
+ "azure-identity (>=1.23.0,<2.0.0)",
11
"django (>=5.2.4,<6.0.0)",
- "psycopg2-binary (>=2.9.10,<3.0.0)",
12
- "nhsuk-frontend-jinja (>=0.4.1,<0.5.0)",
13
"gunicorn (>=23.0.0,<24.0.0)",
+ "nhsuk-frontend-jinja (>=0.4.1,<0.5.0)",
14
+ "psycopg2-binary (>=2.9.10,<3.0.0)",
15
"python-dateutil (>=2.9.0.post0,<3.0.0)",
16
"whitenoise (>=6.9.0,<7.0.0)",
17
]
0 commit comments