mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
Some checks failed
build beta / build (macos-latest) (push) Waiting to run
build beta / build (ubuntu-20.04) (push) Waiting to run
build beta / build (windows-latest) (push) Waiting to run
build beta / post (push) Blocked by required conditions
Build Release / build (macos-latest) (push) Waiting to run
Build Release / build (windows-latest) (push) Waiting to run
Build Release / release (push) Blocked by required conditions
build beta / build (ubuntu-latest) (push) Failing after 33s
Build Release / build (ubuntu-latest) (push) Has been skipped
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
614 B
TOML
27 lines
614 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.9.5"
|
|
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.3.0"
|
|
mutagen = "^1.47.0"
|
|
colorama = "^0.4.6"
|
|
ruamel-yaml = "^0.18.6"
|
|
pybind11 = "^2.12.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api" |