mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.9 to 3.10.10. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.9...v3.10.10) --- updated-dependencies: - dependency-name: aiohttp 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>
27 lines
616 B
TOML
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.1"
|
|
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" |