Skip to content

Commit

Permalink
Remove duplicate in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Br4guette authored and Br4guette committed Jun 28, 2024
1 parent ad98a27 commit d85c156
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,6 @@ doc = [
"setuptools"
]


[tool.poetry.extras]
test = [
"pytest",
"black",
"isort",
"flake8",
"flake8-docstrings",
"pytest-cov"
]

dev = ["tox", "pre-commit", "virtualenv", "pip", "twine", "toml"]

doc = [
"mkdocs",
"mkdocs-include-markdown-plugin",
"mkdocs-material",
"mkdocstrings",
"mkdocs-material-extension",
"mkdocs-autorefs",
"mike",
"setuptools"
]


[tool.poetry.dev-dependencies]
pytest = "^6.2"

Expand Down

0 comments on commit d85c156

Please sign in to comment.