Skip to content

Commit

Permalink
chore: make dev related dependency groups optional
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Nov 6, 2024
1 parent 1c72075 commit 2ddee23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,25 @@ aiohttp-client-cache = {version=">=0.12.3", extras=["redis"]}
ariadne = "^0.23"
pyyaml = "^6.0"

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
ruff = "^0.7"
mypy = "^1.8"
pre-commit = "^4.0"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^8.0"
pytest-asyncio = "^0.24"
parameterized = "^0.9"

[tool.poetry.group.typing]
optional = true

[tool.poetry.group.typing.dependencies]
types-colorama = "^0.4"
types-requests = "^2.31"
Expand Down

0 comments on commit 2ddee23

Please sign in to comment.