Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 11, 2025
1 parent 78046e3 commit bffdbd8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ Django = "^3.2"
# Development Dependencies
# =============================================================================

[tool.poetry.dev-dependencies]
pytest = "^8.3.2"
pytest-cov = "^5.0.0" # Code coverage for tests
black = "^24.8.0" # Code formatter
flake8 = "^7.1.0" # Linter for code quality
mypy = "^1.11.1" # Static type checker
sphinx = "^8.0.2" # Documentation generator
isort = "^5.10.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4" # Framework for testing
pytest-cov = "^6.0.0" # Code coverage for tests
black = "^24.8.0" # Code formatter
flake8 = "^7.1.0" # Linter for code quality
mypy = "^1.14.1" # Static type checker
sphinx = "^8.0.2" # Documentation generator
isort = "^5.10.1" # Import sorter
tox = "^4.4.6" # Testing multiple environments
pre-commit = "^4.0.1" # Pre-commit hooks for linting and formatting


# =============================================================================
Expand Down

0 comments on commit bffdbd8

Please sign in to comment.