lx-music-api-server/pyproject.toml
dependabot[bot] e12c4745d7
build(deps): bump ruamel-yaml from 0.18.10 to 0.18.12 (#110)
Bumps ruamel-yaml from 0.18.10 to 0.18.12.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-version: 0.18.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 23:35:28 +08:00

29 lines
645 B
TOML

[tool.poetry]
name = "lx_music_api_server"
version = "2.0.0"
description = "一个适配 LX Music 的 API 后端实现"
authors = ["helloplhm-qwq", "lerdb", "Folltoshe"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.10.10"
pycryptodome = "^3.22.0"
ujson = "^5.10.0"
requests = "^2.32.3"
colorlog = "^6.9.0"
Pygments = "^2.19.1"
xmltodict = "^0.14.2"
pillow = "^10.4.0"
mutagen = "^1.47.0"
colorama = "^0.4.6"
ruamel-yaml = "^0.18.12"
pybind11 = "^2.13.6"
redis = "^6.1.1"
hiredis = "^3.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"