X Tutup
Skip to content

Commit f48a228

Browse files
require newer curtsies for Python 3 comparison fix
https://github.com/thomasballinger/curtsies/issues/63
1 parent 2af8ad8 commit f48a228

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
@@ -168,7 +168,7 @@ def initialize_options(self):
168168
install_requires = [
169169
'pygments',
170170
'requests',
171-
'curtsies >=0.1.15, <0.2.0',
171+
'curtsies >=0.1.16, <0.2.0',
172172
'greenlet'
173173
]
174174

0 commit comments

Comments
 (0)
X Tutup