Skip to content

Commit 75a6d25

Browse files
committed
Updated pyproject.toml file
1 parent c6beed7 commit 75a6d25

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

pyproject.toml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,24 @@ packages = [{include = "chordspy"}]
1010
include = ["chordspy/config/*.yaml", "chordspy/static/*", "chordspy/templates/*", "chordspy/apps/*.py"]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.9"
14-
# Add your requirements.txt dependencies here
15-
# (Poetry will automatically include them if you used poetry convert-setup-py)
13+
numpy="2.1.3"
14+
pylsl="1.16.2"
15+
pyserial="3.5"
16+
bleak="0.22.3"
17+
pyqtgraph="0.13.7"
18+
PyQt5="5.15.11"
19+
keyboard="0.13.5"
20+
scipy="1.14.1"
21+
pygame="2.6.1"
22+
neurokit2="0.2.10"
23+
plotly="5.24.1"
24+
pandas="2.2.3"
25+
tk="0.1.0"
26+
PyAutoGUI="0.9.54"
27+
Flask="3.1.1"
28+
psutil="6.1.1"
29+
websocket-client="1.8.0"
30+
PyYAML="6.0.2"
1631

1732
[tool.poetry.scripts]
1833
chordspy = "chordspy.app:main"

0 commit comments

Comments
 (0)