Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Nov 8, 2024
1 parent 73b335e commit c48594c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/modern-di-fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ repository = "https://github.com/modern-python/modern-di"
docs = "https://modern-di.readthedocs.io"

[dependency-groups]
dev = ["httpx", "asgi-lifespan"]
dev = [
"pytest",
"pytest-cov",
"pytest-asyncio",
"ruff",
"mypy",
"typing-extensions",
"httpx",
"asgi-lifespan",
]

[build-system]
requires = ["hatchling", "hatch-vcs"]
Expand Down
10 changes: 10 additions & 0 deletions packages/modern-di-litestar/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ dynamic = ["version"]
repository = "https://github.com/modern-python/modern-di"
docs = "https://modern-di.readthedocs.io"

[dependency-groups]
dev = [
"pytest",
"pytest-cov",
"pytest-asyncio",
"ruff",
"mypy",
"typing-extensions",
]

[dependency-groups]
dev = ["httpx", "asgi-lifespan"]

Expand Down
12 changes: 12 additions & 0 deletions packages/modern-di/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ dynamic = ["version", "readme"]
repository = "https://github.com/modern-python/modern-di"
docs = "https://modern-di.readthedocs.io"

[dependency-groups]
dev = [
"pytest",
"pytest-cov",
"pytest-asyncio",
"ruff",
"mypy",
"typing-extensions",
"httpx",
"asgi-lifespan",
]

[build-system]
requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit c48594c

Please sign in to comment.