Skip to content

Commit

Permalink
added missing requirements in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
venthur committed Apr 2, 2024
1 parent 14c323c commit 07ff31b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ dotenv = "dotenv_cli.cli:main"

[project.optional-dependencies]
dev = [
"build",
"mkdocs",
"mkdocs-material",
"mypy",
"pytest",
"pytest-cov",
"ruff",
"build",
"twine",
"mypy"
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 07ff31b

Please sign in to comment.