Add pyyaml; update poetry environment
This commit is contained in:
parent
f9943dc1c4
commit
8161fb00b3
902
poetry.lock
generated
902
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -3,36 +3,38 @@ name = "musicmuster"
|
||||
version = "1.7.5"
|
||||
description = "Music player for internet radio"
|
||||
authors = ["Keith Edmunds <kae@midnighthax.com>"]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
tinytag = "^1.10.1"
|
||||
SQLAlchemy = "^2.0.36"
|
||||
SQLAlchemy = "^2.0.37"
|
||||
python-vlc = "^3.0.21203"
|
||||
mysqlclient = "^2.2.5"
|
||||
mysqlclient = "^2.2.7"
|
||||
mutagen = "^1.47.0"
|
||||
alembic = "^1.14.0"
|
||||
alembic = "^1.14.1"
|
||||
pydub = "^0.25.1"
|
||||
python-slugify = "^8.0.4"
|
||||
pyfzf = "^0.3.1"
|
||||
pydymenu = "^0.5.2"
|
||||
stackprinter = "^0.2.10"
|
||||
pyqt6 = "^6.7.1"
|
||||
pyqt6 = "^6.8.0"
|
||||
pyqtgraph = "^0.13.3"
|
||||
colorlog = "^6.9.0"
|
||||
alchemical = "^1.0.2"
|
||||
obs-websocket-py = "^1.0"
|
||||
pygame = "^2.6.1"
|
||||
psutil = "^6.1.0"
|
||||
pyqt6-webengine = "^6.7.0"
|
||||
psutil = "^6.1.1"
|
||||
pyqt6-webengine = "^6.8.0"
|
||||
fuzzywuzzy = "^0.18.0"
|
||||
python-levenshtein = "^0.26.1"
|
||||
pyyaml = "^6.0.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
ipdb = "^0.13.9"
|
||||
pytest-qt = "^4.4.0"
|
||||
pydub-stubs = "^0.25.1"
|
||||
line-profiler = "^4.1.3"
|
||||
line-profiler = "^4.2.0"
|
||||
flakehell = "^0.9.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user