Skip to content

Commit

Permalink
Add optional deps for dev and build
Browse files Browse the repository at this point in the history
  • Loading branch information
oashour committed May 3, 2024
1 parent 2e03384 commit 86b2011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ docs = [ # Optional dependencies for building documentation
"mkdocs-gen-files",
"mkdocs-section-index",
]
dev = ["pytest", "ruff", "pytest_parametrize_cases"] # Deps for development
build = ["build", "twine", "wheel"] # Deps for building and publishing

[tool.setuptools.packages]
find = {} # Scan the project directory with the default parameters

Expand Down

0 comments on commit 86b2011

Please sign in to comment.