Skip to content

Commit d2bfba5

Browse files
authored
Update pyproject.toml to allow packaging < v24
fixed #27 27
1 parent 70a3ea9 commit d2bfba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["magic link", "authentication", "passwordless"]
1515
[tool.poetry.dependencies]
1616
python = "^3.6"
1717
Django = ">=2.1"
18-
packaging = ">=20.9,<22.0"
18+
packaging = ">=20.9,<24.0"
1919

2020
[tool.poetry.dev-dependencies]
2121
flake8 = "^4.0.1"

0 commit comments

Comments
 (0)