Merge pull request #1455 from ethereum/quick-dep-fix

fix ruemel.yaml dependency issue
This commit is contained in:
Diederik Loerakker 2019-10-28 14:49:02 +01:00 committed by GitHub
commit bae659b59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
ruamel.yaml==0.15.96
ruamel.yaml==0.16.5
eth-utils==1.6.0

View File

@ -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"
]
)