Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9ae3ba

Browse files
committed
setup.cfg (install_requires) [emscripten]: Do not require pexpect
1 parent 1fa6a77 commit f9ae3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires =
3434
exceptiongroup; python_version<'3.11'
3535
jedi>=0.16
3636
matplotlib-inline
37-
pexpect>4.3; sys_platform != "win32"
37+
pexpect>4.3; sys_platform != "win32" and sys_platform != "emscripten"
3838
prompt_toolkit>=3.0.41,<3.1.0
3939
pygments>=2.4.0
4040
stack_data

0 commit comments

Comments
 (0)