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 91b935f commit ef0f339Copy full SHA for ef0f339
setup.py
@@ -74,6 +74,7 @@ def run(self):
74
keywords=['Interactive', 'Interpreter', 'Shell', 'Web'],
75
python_requires='>=3.7',
76
install_requires=[
77
+ 'importlib-metadata==4.0.1;platform_system=="Windows";python_version<"3.8.0"',
78
'debugpy>=1.0.0',
79
'ipython>=7.21.0',
80
'traitlets>=4.1.0',
0 commit comments