Skip to content

Commit

Permalink
Merge pull request #151 from indralab/termcolor
Browse files Browse the repository at this point in the history
Add termcolor to setup
  • Loading branch information
pagreene committed Nov 24, 2020
2 parents b7c3a6c + 14acadc commit 8e7a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def main():
include_package_data=True,
install_requires=['indra', 'boto3', 'sqlalchemy', 'psycopg2-binary',
'pgcopy', 'matplotlib', 'flask', 'nltk',
'reportlab', 'cachetools'],
'reportlab', 'cachetools', 'termcolor'],
extras_require={'test': ['nose', 'coverage', 'python-coveralls',
'nose-timer']},
)
Expand Down

0 comments on commit 8e7a486

Please sign in to comment.