Skip to content

Commit 5f86b6b

Browse files
committed
Use cwcwidth
1 parent fa43777 commit 5f86b6b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pygments.lexers import Python3Lexer
1717
from pygments.formatters import TerminalFormatter
1818

19-
from wcwidth import wcswidth
19+
from cwcwidth import wcswidth
2020

2121
from curtsies import (
2222
FSArray,

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Pygments
22
curtsies >=0.3.3
3+
cwcwidth
34
greenlet
45
pyxdg
56
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def git_describe_to_python_version(version):
179179
"requests",
180180
"curtsies >=0.3.3",
181181
"greenlet",
182-
"wcwidth",
182+
"cwcwidth",
183183
"pyxdg",
184184
]
185185

0 commit comments

Comments
 (0)