mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-20 14:28:22 +00:00
update yaml and eth-utils dependencies
This commit is contained in:
parent
f1ba5aadce
commit
0e136b1104
@ -58,7 +58,7 @@ It's recommended to extend the base-generator.
|
||||
|
||||
Create a `requirements.txt` in the root of your generator directory:
|
||||
```
|
||||
eth-utils==1.4.1
|
||||
eth-utils==1.6.0
|
||||
../../test_libs/gen_helpers
|
||||
../../test_libs/config_helpers
|
||||
../../test_libs/pyspec
|
||||
|
@ -1,3 +1,3 @@
|
||||
py-ecc==1.6.0
|
||||
eth-utils==1.4.1
|
||||
eth-utils==1.6.0
|
||||
../../test_libs/gen_helpers
|
||||
|
@ -1,4 +1,4 @@
|
||||
eth-utils==1.4.1
|
||||
eth-utils==1.6.0
|
||||
../../test_libs/gen_helpers
|
||||
../../test_libs/config_helpers
|
||||
../../test_libs/pyspec
|
@ -1,4 +1,4 @@
|
||||
eth-utils==1.4.1
|
||||
eth-utils==1.6.0
|
||||
../../test_libs/gen_helpers
|
||||
../../test_libs/config_helpers
|
||||
../../test_libs/pyspec
|
@ -1,4 +1,4 @@
|
||||
eth-utils==1.4.1
|
||||
eth-utils==1.6.0
|
||||
../../test_libs/gen_helpers
|
||||
../../test_libs/config_helpers
|
||||
ssz==0.1.0a2
|
||||
|
@ -1,4 +1,4 @@
|
||||
eth-utils==1.4.1
|
||||
eth-utils==1.6.0
|
||||
../../test_libs/gen_helpers
|
||||
../../test_libs/config_helpers
|
||||
../../test_libs/pyspec
|
@ -1 +1 @@
|
||||
ruamel.yaml==0.15.87
|
||||
ruamel.yaml==0.15.96
|
||||
|
@ -4,6 +4,6 @@ setup(
|
||||
name='config_helpers',
|
||||
packages=['preset_loader'],
|
||||
install_requires=[
|
||||
"ruamel.yaml==0.15.87"
|
||||
"ruamel.yaml==0.15.96"
|
||||
]
|
||||
)
|
||||
|
@ -1,2 +1,2 @@
|
||||
ruamel.yaml==0.15.87
|
||||
eth-utils==1.4.1
|
||||
ruamel.yaml==0.15.96
|
||||
eth-utils==1.6.0
|
||||
|
@ -4,7 +4,7 @@ setup(
|
||||
name='gen_helpers',
|
||||
packages=['gen_base'],
|
||||
install_requires=[
|
||||
"ruamel.yaml==0.15.87",
|
||||
"eth-utils==1.4.1"
|
||||
"ruamel.yaml==0.15.96",
|
||||
"eth-utils==1.6.0"
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user