fix ruemel.yaml dependency issue

This commit is contained in:
Danny Ryan 2019-10-28 22:44:41 +09:00
parent 60a469b9c7
commit 3d17c10578
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
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"
]
)