Skip to content

Commit

Permalink
Update pyproject.toml to allow packaging < v24
Browse files Browse the repository at this point in the history
fixed pyepye#27 27

Update poetry.lock

Signed-off-by: KimSia, Sim <245021+simkimsia@users.noreply.github.com>
  • Loading branch information
simkimsia committed Feb 10, 2024
1 parent 70a3ea9 commit 264db37
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["magic link", "authentication", "passwordless"]
[tool.poetry.dependencies]
python = "^3.6"
Django = ">=2.1"
packaging = ">=20.9,<22.0"
packaging = ">=20.9,<24.0"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
Expand Down

0 comments on commit 264db37

Please sign in to comment.