Skip to content

Commit

Permalink
fix: Set pretty_midi dependency correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Feb 28, 2024
1 parent 31954e9 commit 6bc616e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ dependencies = [
"importlib_metadata",
"mido",
"packaging",
"pretty_midi@git+https://github.com/BenjaminHalko/pretty-midi",
"pretty_midi",
"psutil",
"pypresence",
"pyside6",
"requests"
"requests",
"setuptools",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PySide6~=6.6.2
importlib-metadata~=7.0.1
mido~=1.3.2
packaging~=23.2
pretty-midi@git+https://github.com/BenjaminHalko/pretty-midi
pretty-midi~=0.2.10
psutil~=5.9.8
pypresence~=4.3.0
pyshortcuts~=1.9.0
Expand Down

0 comments on commit 6bc616e

Please sign in to comment.