| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ if [[ $RUN == nosetests ]]; then | |||
| 10 | 10 | pip install requests | |
| 11 | 11 | pip install 'curtsies >=0.1.17,<0.2.0' | |
| 12 | 12 | pip install greenlet | |
| 13 | - pip install 'six >=1.4' | ||
| 13 | + pip install 'six >=1.5' | ||
| 14 | 14 | # filewatch specific dependencies | |
| 15 | 15 | pip install watchdog | |
| 16 | 16 | # jedi specific dependencies | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -212,7 +212,7 @@ def initialize_options(self): | |||
| 212 | 212 | 'requests', | |
| 213 | 213 | 'curtsies >=0.1.18, <0.2.0', | |
| 214 | 214 | 'greenlet', | |
| 215 | - 'six >=1.4' | ||
| 215 | + 'six >=1.5' | ||
| 216 | 216 | ] | |
| 217 | 217 | ||
| 218 | 218 | extras_require = { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments