Skip to content

Commit

Permalink
fix ruemel.yaml dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Oct 28, 2019
1 parent 60a469b commit 3d17c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_libs/gen_helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruamel.yaml==0.15.96
ruamel.yaml==0.16.5
eth-utils==1.6.0
2 changes: 1 addition & 1 deletion test_libs/gen_helpers/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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"
]
)

0 comments on commit 3d17c10

Please sign in to comment.