| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b5df4f commit 7392fb1
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ pip install setuptools | |||
| 6 | 6 | ||
| 7 | 7 | if [[ $RUN == nosetests ]]; then | |
| 8 | 8 | # core dependencies | |
| 9 | - pip install pygments requests 'curtsies >=0.1.16,<0.2.0' greenlet | ||
| 9 | + pip install pygments requests 'curtsies >=0.1.17,<0.2.0' greenlet | ||
| 10 | 10 | # filewatch specific dependencies | |
| 11 | 11 | pip install watchdog | |
| 12 | 12 | # translation specific dependencies | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -168,7 +168,7 @@ def initialize_options(self): | |||
| 168 | 168 | install_requires = [ | |
| 169 | 169 | 'pygments', | |
| 170 | 170 | 'requests', | |
| 171 | - 'curtsies >=0.1.16, <0.2.0', | ||
| 171 | + 'curtsies >=0.1.17, <0.2.0', | ||
| 172 | 172 | 'greenlet' | |
| 173 | 173 | ] | |
| 174 | 174 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments