switch from pyyaml to ruamel.yaml

This commit is contained in:
Anthony Sottile 2018-12-28 13:09:17 -08:00
parent c8bad492e1
commit a762639038
2 changed files with 6 additions and 8 deletions

View file

@ -25,7 +25,7 @@ setup(
packages=find_packages(exclude=('tests*', 'testing*')),
install_requires=[
'flake8',
'pyyaml',
'ruamel.yaml>=0.15',
'six',
],
entry_points={