Skip to content

Commit a85dafa

Browse files
bump curtsies version to fix encoding problems in pythno2.6
issue was unicode being written to stdout, now curtsies always writes bytes in Python 2
1 parent d635494 commit a85dafa

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
@@ -169,7 +169,7 @@ def initialize_options(self):
169169
install_requires = [
170170
'pygments',
171171
'requests',
172-
'curtsies >=0.1.17, <0.2.0',
172+
'curtsies >=0.1.18, <0.2.0',
173173
'greenlet',
174174
'six >=1.4'
175175
]

0 commit comments

Comments
 (0)