lx-music-api-server/pyproject.toml
dependabot[bot] facb6d81e6 build(deps): bump aiohttp from 3.9.3 to 3.9.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.9.4.
- [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.9.3...v3.9.4)

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

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

25 lines
555 B
TOML

[tool.poetry]
name = "lx-music-api-server-python"
version = "2.0.0.beta-10"
description = "一个适配 LX Music 的 API 后端实现"
authors = ["helloplhm-qwq", "lerdb", "Folltoshe"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.9.4"
pycryptodome = "^3.20.0"
ujson = "^5.9.0"
requests = "^2.31.0"
colorlog = "^6.8.2"
Pygments = "^2.17.2"
xmltodict = "^0.13.0"
pillow = "^10.3.0"
mutagen = "^1.47.0"
colorama = "^0.4.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"