Skip to content

Commit

Permalink
dev group for all integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Feb 25, 2025
1 parent 9f97cee commit 9a3ea65
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-package-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Install dependencies
working-directory: src/integrations/${{ matrix.package }}
run: uv sync --extra dev
run: uv sync

- name: Build dev docker image
if: matrix.package == 'prefect-docker'
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"black",
"boto3-stubs >= 1.24.39",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-bitbucket/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiohttp",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.optional-dependencies]
[dependency-groups]
dev = [
"bokeh",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-databricks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"coverage",
"interrogate",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.1.1", "docker>=6.1.1", "exceptiongroup"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"coverage",
"interrogate",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-email/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiohttp",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-github/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.optional-dependencies]
[dependency-groups]
dev = [
"coverage",
"interrogate",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-gitlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.0.0", "python-gitlab>=3.12.0", "tenacity>=8.2.3"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiohttp",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-kubernetes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiohttp",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-ray/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.0.0", "ray[default]>=2.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiohttp",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-redis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.0.0", "redis>=5.0.1"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"coverage",
"interrogate",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-shell/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["prefect>=3.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiohttp",
"coverage",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-slack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = ["aiohttp", "slack_sdk>=3.15.1", "prefect>=3.0.0"]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
dev = [
"coverage",
"interrogate",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.optional-dependencies]
[dependency-groups]
dev = [
"coverage",
"interrogate",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-sqlalchemy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
]

[project.optional-dependencies]
[dependency-groups]
dev = [
"aiosqlite",
"asyncpg",
Expand Down

0 comments on commit 9a3ea65

Please sign in to comment.