chore: 添加依赖

This commit is contained in:
amtoaer
2023-11-22 01:09:37 +08:00
parent 087d2d256b
commit 81467766e5
2 changed files with 363 additions and 1 deletions

View File

@@ -10,11 +10,15 @@ readme = "README.md"
python = "^3.11"
bilibili-api-python = {git = "https://github.com/amtoaer/bilibili-api.git", rev = "dev"}
dataclasses-json = "0.6.2"
tortoise-orm = "0.20.0"
loguru = "0.7.2"
[tool.poetry.group.dev.dependencies]
black = "23.11.0"
ruff = "0.1.6"
ipython = "8.17.2"
python-dotenv = "1.0.0"
[build-system]
requires = ["poetry-core"]