##// END OF EJS Templates
setup.cfg (install_requires) [emscripten]: Do not require pexpect
Matthias Koeppe -
Show More
@@ -34,7 +34,7 b' install_requires ='
34 exceptiongroup; python_version<'3.11'
34 exceptiongroup; python_version<'3.11'
35 jedi>=0.16
35 jedi>=0.16
36 matplotlib-inline
36 matplotlib-inline
37 pexpect>4.3; sys_platform != "win32"
37 pexpect>4.3; sys_platform != "win32" and sys_platform != "emscripten"
38 prompt_toolkit>=3.0.41,<3.1.0
38 prompt_toolkit>=3.0.41,<3.1.0
39 pygments>=2.4.0
39 pygments>=2.4.0
40 stack_data
40 stack_data
General Comments 0
You need to be logged in to leave comments. Login now