We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52206c commit 1b1c8d3Copy full SHA for 1b1c8d3
1 file changed
pyproject.toml
@@ -103,3 +103,18 @@ Documentation = "https://andreidrang.github.io/python3-capsolver/"
103
Repository = "https://github.com/AndreiDrang/python3-capsolver"
104
Issues = "https://github.com/AndreiDrang/python3-capsolver/issues"
105
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