Skip to content

Commit ed5e904

Browse files
committed
Include updated github link and psutil dependency
1 parent 05ce7a7 commit ed5e904

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,22 @@ dependencies = [
1717
"jedi",
1818
"mistralai",
1919
"pathspec",
20+
"psutil",
2021
"pygments",
2122
"qtawesome",
2223
"qtpy",
2324
"ruff",
24-
"opensesame-extension-sigmund",
25-
"pyqt6",
26-
"qtconsole"
25+
"opensesame-extension-sigmund",
26+
"pyqt6",
27+
"qtconsole"
2728
]
2829
keywords = ["code editor", "pyqt", "ide"]
2930

3031
[tool.flit.sdist]
3132
exclude = ["doc-pelican", "testcases", ".github"]
3233

3334
[project.urls]
34-
Source = "https://github.com/open-cogsci/pyqt_code_editor"
35+
Source = "https://github.com/open-cogsci/sigmund-analyst"
3536

3637
[project.scripts]
3738
sigmund-analyst = "pyqt_code_editor.app:launch_app"

0 commit comments

Comments
 (0)