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 fa43777 commit 5f86b6bCopy full SHA for 5f86b6b
bpython/curtsiesfrontend/repl.py
@@ -16,7 +16,7 @@
16
from pygments.lexers import Python3Lexer
17
from pygments.formatters import TerminalFormatter
18
19
-from wcwidth import wcswidth
+from cwcwidth import wcswidth
20
21
from curtsies import (
22
FSArray,
requirements.txt
@@ -1,5 +1,6 @@
1
Pygments
2
curtsies >=0.3.3
3
+cwcwidth
4
greenlet
5
pyxdg
6
requests
setup.py
@@ -179,7 +179,7 @@ def git_describe_to_python_version(version):
179
"requests",
180
"curtsies >=0.3.3",
181
"greenlet",
182
- "wcwidth",
+ "cwcwidth",
183
"pyxdg",
184
]
185
0 commit comments