| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -97,7 +97,7 @@ Dependencies | |||
| 97 | 97 | ============ | |
| 98 | 98 | * Pygments | |
| 99 | 99 | * requests | |
| 100 | - * curtsies >= 0.3.0 | ||
| 100 | + * curtsies >= 0.3.3 | ||
| 101 | 101 | * greenlet | |
| 102 | 102 | * Sphinx >= 1.5 (optional, for the documentation) | |
| 103 | 103 | * babel (optional, for internationalization) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ Configuration | |||
| 4 | 4 | ============= | |
| 5 | 5 | You can edit the config file by pressing F3 (default). If a config file does not | |
| 6 | 6 | exist you will asked if you would like to create a file. By default it will be | |
| 7 | - saved to ``$XDG_CONFIG_HOME/.config/bpython/config`` [#f1]_. | ||
| 7 | + saved to ``$XDG_CONFIG_HOME/bpython/config`` [#f1]_. | ||
| 8 | 8 | ||
| 9 | 9 | .. include:: configuration-options.rst | |
| 10 | 10 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | Pygments | |
| 2 | - curtsies >=0.3.0 | ||
| 2 | + curtsies >=0.3.3 | ||
| 3 | 3 | greenlet | |
| 4 | 4 | requests | |
| 5 | 5 | setuptools | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -171,7 +171,7 @@ def git_describe_to_python_version(version): | |||
| 171 | 171 | install_requires = [ | |
| 172 | 172 | "pygments", | |
| 173 | 173 | "requests", | |
| 174 | - "curtsies >=0.3.0", | ||
| 174 | + "curtsies >=0.3.3", | ||
| 175 | 175 | "greenlet", | |
| 176 | 176 | "wcwidth", | |
| 177 | 177 | ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments