single yaml implementation

consolidate to a single yaml implementation,
removing pyyaml
This commit is contained in:
Min RK
2019-02-11 13:27:08 +01:00
parent d3af75a1d7
commit 13648050ae
3 changed files with 7 additions and 8 deletions

View File

@@ -11,7 +11,6 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
'pyyaml==3.*',
'ruamel.yaml==0.15.*',
'jinja2',
'pluggy>0.7<1.0'