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 0677c71 commit 628a261Copy full SHA for 628a261
pyproject.toml
@@ -15,6 +15,7 @@ dependencies = [
15
"chardet",
16
"detect-indent",
17
"jedi",
18
+ "httpx<0.29.0",
19
"mistralai",
20
"pathspec",
21
"psutil",
@@ -36,4 +37,4 @@ Source = "https://github.com/open-cogsci/sigmund-analyst"
36
37
38
[project.scripts]
39
sigmund-analyst = "pyqt_code_editor.app:launch_app"
-pyqt-code-editor = "pyqt_code_editor.app:launch_app"
40
+pyqt-code-editor = "pyqt_code_editor.app:launch_app"
0 commit comments