lx-music-api-server/pyproject.toml
dependabot[bot] 4bf675ee3b
build(deps): bump pybind11 from 2.13.1 to 2.13.5
Bumps [pybind11](https://github.com/pybind/pybind11) from 2.13.1 to 2.13.5.
- [Release notes](https://github.com/pybind/pybind11/releases)
- [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pybind/pybind11/compare/v2.13.1...v2.13.5)

---
updated-dependencies:
- dependency-name: pybind11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 23:13:04 +00:00

27 lines
615 B
TOML

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