We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eccc7 commit 934c5b6Copy full SHA for 934c5b6
.travis.install.sh
@@ -10,7 +10,7 @@ if [[ $RUN == nosetests ]]; then
10
pip install requests
11
pip install 'curtsies >=0.1.17'
12
pip install greenlet
13
- pip install 'six >=1.4'
+ pip install 'six >=1.5'
14
# filewatch specific dependencies
15
pip install watchdog
16
# jedi specific dependencies
setup.py
@@ -212,7 +212,7 @@ def initialize_options(self):
212
'requests',
213
'curtsies >=0.1.18',
214
'greenlet',
215
- 'six >=1.4'
+ 'six >=1.5'
216
]
217
218
extras_require = {
0 commit comments