@@ -130,6 +130,8 @@ packages = [
130
130
" ethereum_spec_tools.evm_tools.loaders" ,
131
131
" ethereum_spec_tools.lint" ,
132
132
" ethereum_spec_tools.lint.lints" ,
133
+ " ethereum_spec_tools.new_fork" ,
134
+ " ethereum_spec_tools.new_fork.codemod" ,
133
135
" ethereum" ,
134
136
" ethereum.forks.frontier" ,
135
137
" ethereum.forks.frontier.utils" ,
@@ -255,6 +257,7 @@ test = [
255
257
" filelock>=3.15.1,<4" ,
256
258
" requests" ,
257
259
" requests-cache>=1.2.1,<2" ,
260
+ " libcst>=1.8,<2" ,
258
261
]
259
262
260
263
fill = [
@@ -294,6 +297,7 @@ lint = [
294
297
]
295
298
tools = [
296
299
" platformdirs>=4.2,<5" ,
300
+ " libcst>=1.8,<2" ,
297
301
]
298
302
doc = [
299
303
" docc>=0.3.0,<0.4.0" ,
@@ -310,7 +314,7 @@ version = { attr = "ethereum.__version__" }
310
314
[project .scripts ]
311
315
ethereum-spec-lint = " ethereum_spec_tools.lint:main"
312
316
ethereum-spec-sync = " ethereum_spec_tools.sync:main"
313
- ethereum-spec-new-fork = " ethereum_spec_tools.new_fork:main"
317
+ ethereum-spec-new-fork = " ethereum_spec_tools.new_fork.cli :main"
314
318
ethereum-spec-patch = " ethereum_spec_tools.patch_tool:main"
315
319
ethereum-spec-evm = " ethereum_spec_tools.evm_tools:main"
316
320
check_eip_versions = " cli.pytest_commands.check_eip_versions:check_eip_versions"
0 commit comments