Skip to content

Commit 3630d0d

Browse files
authored
Merge pull request #49 from bridadan/colorama_version
Allow colorama versions 0.4.x
2 parents b73bad3 + aaddb2f commit 3630d0d

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)