Skip to content

Commit

Permalink
maint: modify optional dependencies
Browse files Browse the repository at this point in the history
Remove [test]
Modify [full] to [dev]
  • Loading branch information
JSS95 committed Sep 22, 2023
1 parent dfb8c47 commit 405f459
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,19 @@ dynamic = [
repository = "https://github.com/JSS95/civiq6"

[project.optional-dependencies]
test = [
"imageio",
]
doc = [
"numpydoc",
"sphinx",
"sphinx-tabs",
"sphinx_rtd_theme",
"imageio[ffmpeg]",
]
full = ["civiq6[test,doc]"]
dev = [
"flake8",
"black",
"mypy",
"civiq6[doc]",
]

[tool.setuptools.dynamic]
version = {attr = "civiq6.version.__version__"}
Expand Down

0 comments on commit 405f459

Please sign in to comment.