Skip to content

Commit aba852a

Browse files
committed
Merge branch 'master' of github.com:bpython/bpython
2 parents 165f3cc + 16d84e4 commit aba852a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

doc/sphinx/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Configuration
44
=============
55
You can edit the config file by pressing F3 (default). If a config file does not
66
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]_.
88

99
.. include:: configuration-options.rst
1010

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pygments
2-
curtsies >=0.3.0
2+
curtsies >=0.3.3
33
greenlet
44
requests
55
setuptools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def git_describe_to_python_version(version):
171171
install_requires = [
172172
"pygments",
173173
"requests",
174-
"curtsies >=0.3.0",
174+
"curtsies >=0.3.3",
175175
"greenlet",
176176
"wcwidth",
177177
]

0 commit comments

Comments
 (0)