Skip to content

Commit 74c3e2e

Browse files
committed
Allow colorama versions 0.4.x
1 parent 2277d48 commit 74c3e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read(fname):
5555
"junit-xml",
5656
"lockfile",
5757
"six",
58-
"colorama>=0.3,<0.4",
58+
"colorama>=0.3,<0.5",
5959
],
6060
tests_require=["mock>=2", "pytest>=3"],
6161
extras_require={"colorized_logs": ["colorlog"]},

0 commit comments

Comments
 (0)