Skip to content

Commit dbb034a

Browse files
committed
Pin colored_traceback < 0.4 for Python 2
1 parent 997e51c commit dbb034a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ dependencies = [
5353
"unicorn>=2.0.1",
5454
"six>=1.12.0",
5555
"rpyc",
56-
"colored_traceback",
56+
"colored_traceback<0.4; python_version < '3'",
57+
"colored_traceback; python_version >= '3'",
5758
"pathlib2; python_version < '3.4'",
5859
"unix-ar; python_version >= '3'",
5960
"zstandard",

0 commit comments

Comments
 (0)