Add new colorama dependency

This commit is contained in:
Luke Murphy
2019-05-13 13:40:17 +02:00
parent 8650a15db1
commit adf7856162
+6 -1
View File
@@ -30,6 +30,11 @@ setup(
]
},
obsoletes=['atticmatic'],
install_requires=('pykwalify>=1.6.0,<14.06', 'ruamel.yaml>0.15.0,<0.16.0', 'setuptools'),
install_requires=(
'pykwalify>=1.6.0,<14.06',
'ruamel.yaml>0.15.0,<0.16.0',
'setuptools',
'colorama>=0.4.1,<0.5',
),
include_package_data=True,
)