mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 18:50:18 +00:00
add colorama to setup.py
This commit is contained in:
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user