Add new colorama dependency
This commit is contained in:
parent
8650a15db1
commit
adf7856162
1 changed files with 6 additions and 1 deletions
7
setup.py
7
setup.py
|
@ -30,6 +30,11 @@ setup(
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
obsoletes=['atticmatic'],
|
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,
|
include_package_data=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue