File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Dependencies
9797============
9898* Pygments
9999* requests
100- * curtsies >= 0.3.0
100+ * curtsies >= 0.3.3
101101* greenlet
102102* Sphinx >= 1.5 (optional, for the documentation)
103103* babel (optional, for internationalization)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Configuration
44=============
55You can edit the config file by pressing F3 (default). If a config file does not
66exist 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 ]_.
88
99.. include :: configuration-options.rst
1010
Original file line number Diff line number Diff line change 11Pygments
2- curtsies >= 0.3.0
2+ curtsies >= 0.3.3
33greenlet
44requests
55setuptools
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ def git_describe_to_python_version(version):
171171install_requires = [
172172 "pygments" ,
173173 "requests" ,
174- "curtsies >=0.3.0 " ,
174+ "curtsies >=0.3.3 " ,
175175 "greenlet" ,
176176 "wcwidth" ,
177177]
You can’t perform that action at this time.
0 commit comments