add colorama to setup.py
parent
ab17642361
commit
bcb98bc8cb
3
setup.py
3
setup.py
|
@ -18,7 +18,8 @@ setup(
|
||||||
packages=['ttbp'],
|
packages=['ttbp'],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'inflect==0.2.5',
|
'inflect==0.2.5',
|
||||||
'mistune==0.8.1'
|
'mistune==0.8.1',
|
||||||
|
'colorama==0.3.9',
|
||||||
],
|
],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
entry_points = {
|
entry_points = {
|
||||||
|
|
Loading…
Reference in New Issue