Skip to content

Commit 85ca4f2

Browse files
Dependencies are now installed with NeuriGUI
1 parent db040d7 commit 85ca4f2

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

577 KB
Binary file not shown.

dist/neurigui-2.81.1.tar.gz

666 KB
Binary file not shown.

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,22 @@ readme = "README.md"
1313
requires-python = ">=3.9"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: BSD-3-Clause License",
16+
"License :: OSI Approved :: BSD License",
1717
"Operating System :: OS Independent",
1818
]
19+
dependencies = [
20+
"setuptools",
21+
"customtkinter==5.2.0",
22+
"numpy",
23+
"oauthlib",
24+
"Pillow",
25+
"PyGithub",
26+
"PyQt5",
27+
"pyqtgraph",
28+
"pyserial",
29+
"requests",
30+
"scipy"
31+
]
1932

2033
[project.urls]
2134
"Homepage" = "https://github.com/davidmarcelbaum/NeuriGUI"

0 commit comments

Comments
 (0)