Skip to content

Commit

Permalink
feat: dev dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmaxguns committed Apr 12, 2024
1 parent e25e898 commit 199c68f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,15 @@ classifiers = [
dynamic = ["version"]

[project.optional-dependencies]
test = [
dev = [
"pytest",
"black",
"mypy",
"flake8",
"setuptools",
"setuptools-scm",
"sphinx",
"sphinx-copybutton",
]
cli = [
"rich",
Expand Down

0 comments on commit 199c68f

Please sign in to comment.