Moving from aspy.yaml to ruamel.yaml in order to preserve comments when using autoupdate - fixes #210

This commit is contained in:
Cimon Lucas (LCM) 2016-09-28 10:51:32 +02:00
parent bbf1f62ed6
commit ebaf7da989
6 changed files with 35 additions and 19 deletions

View file

@ -37,12 +37,12 @@ setup(
]
},
install_requires=[
'aspy.yaml',
'cached-property',
'jsonschema',
'nodeenv>=0.11.1',
'pyterminalsize',
'pyyaml',
'ruamel.yaml',
'virtualenv',
],
entry_points={