Skip to content

Commit 073779f

Browse files
committed
chore(deps): move tools dependency group deps to package deps
1 parent 81d126e commit 073779f

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ dependencies = [
2626
"ethereum-types>=0.2.4,<0.3",
2727
"ethereum-rlp>=0.1.4,<0.2",
2828
"cryptography>=45.0.1,<46",
29+
"platformdirs>=4.2,<5",
30+
"libcst>=1.8,<2",
2931
]
3032

3133
[tool.setuptools.package-dir]
@@ -180,10 +182,6 @@ lint = [
180182
"vulture==2.14.0",
181183
"types-requests>=2.31,<2.33",
182184
]
183-
tools = [
184-
"platformdirs>=4.2,<5",
185-
"libcst>=1.8,<2",
186-
]
187185
doc = [
188186
"docc>=0.3.0,<0.4.0",
189187
"fladrif>=0.2.0,<0.3.0",
@@ -192,7 +190,6 @@ doc = [
192190
dev = [
193191
{include-group = "test"},
194192
{include-group = "lint"},
195-
{include-group = "tools"},
196193
{include-group = "doc"},
197194
"ethereum-execution[optimized]",
198195
]

uv.lock

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)