diff --git a/setup.py b/setup.py index 6217a80..209bbc5 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( install_requires=[ "logbook>=1", "ipython==8.4.0", + "jedi==0.17.2", "path>=16", "PyQt5>=5", "requests>=2,<3",