add colorama to setup.py

master
nathaniel smith 2017-11-20 22:03:34 -08:00
parent ab17642361
commit bcb98bc8cb
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {