lx-music-api-server/pyproject.toml
dependabot[bot] dba843f837
build(deps): bump pycryptodome from 3.19.1 to 3.20.0
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.1 to 3.20.0.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.1...v3.20.0)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-15 23:34:13 +00:00

25 lines
522 B
TOML

[tool.poetry]
name = "lx-music-api-server-python"
version = "2.0.0.beta-3"
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.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"