Thanks to visit codestin.com Credit goes to github.com
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 1fa6a77 commit f9ae3baCopy full SHA for f9ae3ba
1 file changed
setup.cfg
@@ -34,7 +34,7 @@ install_requires =
34
exceptiongroup; python_version<'3.11'
35
jedi>=0.16
36
matplotlib-inline
37
- pexpect>4.3; sys_platform != "win32"
+ pexpect>4.3; sys_platform != "win32" and sys_platform != "emscripten"
38
prompt_toolkit>=3.0.41,<3.1.0
39
pygments>=2.4.0
40
stack_data
0 commit comments