Skip to content

Commit

Permalink
fix(poetry): ignore project python dependency in valid version check
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Apr 28, 2024
1 parent b81d855 commit 53eac5f
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 = ["Yury V. Zaytsev <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.11"

django = "*"
django-countries = "*"
Expand Down

0 comments on commit 53eac5f

Please sign in to comment.