Skip to content

Commit

Permalink
chore: move dev deps into project.optional-dependencies.dev
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Aug 30, 2024
1 parent 00c4eeb commit c46e0aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ dependencies = [
"parsedatetime",
"python-dateutil",
"truststore",
# dev dependencies
"google-api-python-client-stubs",
"types-python-dateutil",
"types-requests",
"types-vobject",
]

[project.urls]
Expand All @@ -48,6 +43,14 @@ Changelog = "https://github.com/insanum/gcalcli/blob/HEAD/ChangeLog"
[project.optional-dependencies]
vobject = ["vobject"]

[project.optional-dependencies.dev]
dev = [
"google-api-python-client-stubs",
"types-python-dateutil",
"types-requests",
"types-vobject",
]

[tool.setuptools]
packages = ["gcalcli"]

Expand Down

0 comments on commit c46e0aa

Please sign in to comment.