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 7ad3e42Copy full SHA for 7ad3e42
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;python_version<"3.8.0"',
78
'debugpy>=1.0.0',
79
'ipython>=7.21.0',
80
'traitlets>=4.1.0',
0 commit comments