Skip to content

Commit

Permalink
fix: change versions for django
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislav Filin <[email protected]>
  • Loading branch information
stasfilin committed Sep 5, 2024
1 parent 13a4c9a commit 28a1b25
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 42 deletions.
163 changes: 122 additions & 41 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"

django = [
{ version = "^4.2.5", python = "<3.10" },
{ version = "^5.0.8", python = ">=3.10" }
]

[tool.poetry.group.dev.dependencies]
faker = "^23.1.0"
django = "^5.0.8"
isort = "^5.13.2"
pylint = "^3.0.3"

Expand Down

0 comments on commit 28a1b25

Please sign in to comment.