Skip to content

Commit

Permalink
Move part of dependencies to dev deps to reduce amount of packages ne…
Browse files Browse the repository at this point in the history
…eded for installation.
  • Loading branch information
ivellios committed Oct 10, 2024
1 parent a94353f commit 1429ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
Django = ">=4.0,<6.0"
django-stubs = ">=4.2.4,<6.0"
pytest-cov = "^4.1.0"
setuptools = "^75.1.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -41,6 +39,8 @@ pytest-django = "^4.5.2"
pytest-watch = "^4.2.0"
safety = "^3.2.8"
checkov = "^3.2.257"
django-stubs = ">=4.2.4,<6.0"
pytest-cov = "^4.1.0"
jinja2 = "^3.1.4"
mypy = "^1.11.2"

Expand Down

0 comments on commit 1429ec4

Please sign in to comment.