Skip to content

Commit 0d2814c

Browse files
committed
Add azure identity
1 parent f660bcf commit 0d2814c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ license = { text = "MIT" }
77
readme = "README.md"
88
requires-python = ">=3.13"
99
dependencies = [
10+
"azure-identity (>=1.23.0,<2.0.0)",
1011
"django (>=5.2.4,<6.0.0)",
11-
"psycopg2-binary (>=2.9.10,<3.0.0)",
12-
"nhsuk-frontend-jinja (>=0.4.1,<0.5.0)",
1312
"gunicorn (>=23.0.0,<24.0.0)",
13+
"nhsuk-frontend-jinja (>=0.4.1,<0.5.0)",
14+
"psycopg2-binary (>=2.9.10,<3.0.0)",
1415
"python-dateutil (>=2.9.0.post0,<3.0.0)",
1516
"whitenoise (>=6.9.0,<7.0.0)",
1617
]

0 commit comments

Comments
 (0)