Skip to content

Commit

Permalink
refactor: split deps on multilines
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Sep 5, 2023
1 parent c62b10e commit feaff9f
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,25 @@ content-type = "text/x-rst"
Homepage = "https://github.com/12rambau/pytest-copie"

[project.optional-dependencies]
dev = ["pre-commit", "commitizen", "nox"]
test = ["pytest", "pytest-sugar", "pytest-cov", "pytest-deadfixtures"]
doc = ["sphinx>=6.2.1", "pydata-sphinx-theme", "sphinx-copybutton", "sphinx-design", "sphinx-icon", "sphinx-autoapi"]
dev = [
"pre-commit",
"commitizen",
"nox"
]
test = [
"pytest",
"pytest-sugar",
"pytest-cov",
"pytest-deadfixtures"
]
doc = [
"sphinx>=6.2.1",
"pydata-sphinx-theme",
"sphinx-copybutton",
"sphinx-design",
"sphinx-icon",
"sphinx-autoapi"
]

[tool.setuptools]
include-package-data = false
Expand Down

0 comments on commit feaff9f

Please sign in to comment.