Skip to content

Commit 1b1c8d3

Browse files
committed
Update pyproject.toml
1 parent c52206c commit 1b1c8d3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,18 @@ Documentation = "https://andreidrang.github.io/python3-capsolver/"
103103
Repository = "https://github.com/AndreiDrang/python3-capsolver"
104104
Issues = "https://github.com/AndreiDrang/python3-capsolver/issues"
105105
Changelog = "https://github.com/AndreiDrang/python3-capsolver/releases"
106+
107+
[dependency-groups]
108+
dev = [
109+
"autoflake>=2.3.1",
110+
"black>=24.8.0",
111+
"coverage>=7.6.1",
112+
"isort>=5.13.2",
113+
"pytest>=8.3.5",
114+
"pytest-asyncio>=0.24.0",
115+
]
116+
docs = [
117+
"myst-parser>=3.0.1",
118+
"pallets-sphinx-themes>=2.3.0",
119+
"sphinx>=7.1.2",
120+
]

0 commit comments

Comments
 (0)