Migrate from poetry to uv
This commit is contained in:
parent
f5c77ddffd
commit
2293c663b9
2
.envrc
2
.envrc
@ -1,4 +1,4 @@
|
||||
layout poetry
|
||||
layout uv
|
||||
export LINE_PROFILE=1
|
||||
export MAIL_PASSWORD="ewacyay5seu2qske"
|
||||
export MAIL_PORT=587
|
||||
|
||||
@ -1 +1 @@
|
||||
musicmuster
|
||||
3.13
|
||||
|
||||
2048
poetry.lock
generated
2048
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -2,11 +2,9 @@
|
||||
name = "musicmuster"
|
||||
version = "4.1.10"
|
||||
description = "Music player for internet radio"
|
||||
authors = [
|
||||
{ name = "Keith Edmunds", email = "kae@midnighthax.com" }
|
||||
]
|
||||
authors = [{ name = "Keith Edmunds", email = "kae@midnighthax.com" }]
|
||||
requires-python = ">=3.13,<4"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11,<4.0"
|
||||
dependencies = [
|
||||
"alchemical>=1.0.2",
|
||||
"alembic>=1.14.0",
|
||||
@ -31,27 +29,29 @@ dependencies = [
|
||||
"tinytag>=1.10.1",
|
||||
"types-psutil>=6.0.0.20240621",
|
||||
"pyyaml (>=6.0.2,<7.0.0)",
|
||||
"audioop-lts>=0.2.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"flakehell>=0.9.0,<0.10",
|
||||
"ipdb>=0.13.9,<0.14",
|
||||
"line-profiler>=4.2.0,<5",
|
||||
"mypy>=1.15.0,<2",
|
||||
"pudb",
|
||||
"pydub-stubs>=0.25.1,<0.26",
|
||||
"pytest>=8.3.4,<9",
|
||||
"pytest-qt>=4.4.0,<5",
|
||||
"black>=25.1.0,<26",
|
||||
"pytest-cov>=6.0.0,<7",
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
flakehell = "^0.9.0"
|
||||
ipdb = "^0.13.9"
|
||||
line-profiler = "^4.2.0"
|
||||
mypy = "^1.15.0"
|
||||
pudb = "*"
|
||||
pydub-stubs = "^0.25.1"
|
||||
pytest = "^8.3.4"
|
||||
pytest-qt = "^4.4.0"
|
||||
black = "^25.1.0"
|
||||
pytest-cov = "^6.0.0"
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.mypy]
|
||||
mypy_path = "/home/kae/git/musicmuster/app"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user