add colorama to setup.py

This commit is contained in:
nathaniel smith 2017-11-20 22:03:34 -08:00
parent ab17642361
commit bcb98bc8cb

View File

@ -18,7 +18,8 @@ setup(
packages=['ttbp'],
install_requires = [
'inflect==0.2.5',
'mistune==0.8.1'
'mistune==0.8.1',
'colorama==0.3.9',
],
include_package_data = True,
entry_points = {