mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-05 19:15:30 -05:00
Update config_helper requirements.
Fixes build errors for python 3.8.
This commit is contained in:
@@ -1 +1 @@
|
||||
ruamel.yaml==0.15.96
|
||||
ruamel.yaml==0.16.5
|
||||
|
||||
@@ -4,6 +4,6 @@ setup(
|
||||
name='config_helpers',
|
||||
packages=['preset_loader'],
|
||||
install_requires=[
|
||||
"ruamel.yaml==0.15.96"
|
||||
"ruamel.yaml==0.16.5"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user