We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5df4f commit 7392fb1Copy full SHA for 7392fb1
.travis.install.sh
@@ -6,7 +6,7 @@ pip install setuptools
6
7
if [[ $RUN == nosetests ]]; then
8
# core dependencies
9
- pip install pygments requests 'curtsies >=0.1.16,<0.2.0' greenlet
+ pip install pygments requests 'curtsies >=0.1.17,<0.2.0' greenlet
10
# filewatch specific dependencies
11
pip install watchdog
12
# translation specific dependencies
setup.py
@@ -168,7 +168,7 @@ def initialize_options(self):
168
install_requires = [
169
'pygments',
170
'requests',
171
- 'curtsies >=0.1.16, <0.2.0',
+ 'curtsies >=0.1.17, <0.2.0',
172
'greenlet'
173
]
174
0 commit comments