Skip to content

Commit

Permalink
Unlock colorama version as per discussion in #12
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Apr 22, 2018
1 parent 4723182 commit 9640f39
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 @@ -23,7 +23,7 @@ def read(*parts):
py_modules=['backtrace'],
entry_points={'console_scripts': ['backtrace = backtrace:main']},
install_requires=[
"colorama==0.3.7",
"colorama>=0.3.7",
],
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit 9640f39

Please sign in to comment.