mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 23:19:28 +00:00
fix ruemel.yaml dependency issue
This commit is contained in:
parent
60a469b9c7
commit
3d17c10578
@ -1,2 +1,2 @@
|
||||
ruamel.yaml==0.15.96
|
||||
ruamel.yaml==0.16.5
|
||||
eth-utils==1.6.0
|
||||
|
@ -4,7 +4,7 @@ setup(
|
||||
name='gen_helpers',
|
||||
packages=['gen_base', 'gen_from_tests'],
|
||||
install_requires=[
|
||||
"ruamel.yaml==0.15.96",
|
||||
"ruamel.yaml==0.16.5",
|
||||
"eth-utils==1.6.0"
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user