lx-music-api-server/pyproject.toml
dependabot[bot] 1d246115fc
build(deps-dev): bump flask from 3.0.0 to 3.0.1
Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 23:12:55 +00:00

25 lines
522 B
TOML

[tool.poetry]
name = "lx-music-api-server-python"
version = "2.0.0.beta-4"
description = "一个适配 LX Music 的 API 后端实现"
authors = ["helloplhm-qwq"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.9.1"
pycryptodome = "^3.20.0"
ujson = "^5.9.0"
requests = "^2.31.0"
colorlog = "^6.8.0"
Pygments = "^2.17.2"
xmltodict = "^0.13.0"
[tool.poetry.dev-dependencies]
Flask = "^3.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"