Skip to content

Commit

Permalink
Unbound dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Dec 9, 2024
1 parent 5520914 commit c7e6980
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"click>=8.1.7",
"docutils>=0.21.2",
"jinja2>=3.1.4",
"ruamel-yaml>=0.18.6",
"click",
"docutils>",
"jinja2",
"ruamel-yaml",
]

[project.optional-dependencies]
test = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"pytest",
"pytest-cov",
]
docs = [
"sphinx>=8.1.3",
"sphinx-click>=6.0.0",
"sphinx>",
"sphinx-click",
]

[build-system]
Expand Down

0 comments on commit c7e6980

Please sign in to comment.