Skip to content

Commit

Permalink
refactor: move test dependencies to dev
Browse files Browse the repository at this point in the history
relates to #206 and #232
  • Loading branch information
igobranco committed Mar 7, 2024
1 parent 681ccf2 commit 22be4d1
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 @@ -34,13 +34,13 @@ django-celery-results = "2.3.1"
django-storages = "^1.14.2"
boto3 = "^1.33.4"
gunicorn = "21.2.0"
factory-boy = "^3.3.0"
pytest-django = "^4.5.2"

[tool.poetry.dev-dependencies]
pre-commit = "^3.3.3"
black = "^23.7.0"
flake8 = "^6.1.0"
factory-boy = "^3.3.0"
pytest-django = "^4.5.2"


[build-system]
Expand Down

0 comments on commit 22be4d1

Please sign in to comment.