lx-music-api-server/pyproject.toml
dependabot[bot] 88937e4917
build(deps): bump xmltodict from 0.14.1 to 0.14.2 (#80)
Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.1 to 0.14.2.
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](https://github.com/martinblech/xmltodict/compare/v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: xmltodict
  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>
2024-10-27 19:33:57 +08:00

27 lines
616 B
TOML

[tool.poetry]
name = "lx_music_api_server"
version = "2.0.0.beta-12"
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.21.0"
ujson = "^5.10.0"
requests = "^2.32.3"
colorlog = "^6.8.2"
Pygments = "^2.18.0"
xmltodict = "^0.14.2"
pillow = "^10.4.0"
mutagen = "^1.47.0"
colorama = "^0.4.6"
ruamel-yaml = "^0.18.6"
pybind11 = "^2.13.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"