We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df03931 commit 4a55b9eCopy full SHA for 4a55b9e
README.rst
@@ -91,7 +91,7 @@ your config file as **~/.config/bpython/config** (i.e.
91
Dependencies
92
============
93
* Pygments
94
-* curtsies >= 0.3.5
+* curtsies >= 0.4.0
95
* greenlet
96
* pyxdg
97
* requests
requirements.txt
@@ -1,6 +1,6 @@
1
Pygments
2
backports.cached-property; python_version < "3.8"
3
-curtsies >=0.3.5
+curtsies >=0.4.0
4
cwcwidth
5
greenlet
6
pyxdg
setup.cfg
@@ -21,7 +21,7 @@ packages =
21
bpdb
22
install_requires =
23
24
- curtsies >=0.3.5
+ curtsies >=0.4.0
25
26
27
pygments
0 commit comments