Skip to content

Commit

Permalink
chore: Depend on Django instead of Python
Browse files Browse the repository at this point in the history
Django itself depends on Python anyways and has stricter version
requirements.
  • Loading branch information
b1rger committed May 17, 2023
1 parent 878eff3 commit 7473f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Matthias Schlögl <m.schloegl@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.6, <3.12"
Django = ">=3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 7473f0e

Please sign in to comment.