mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-06 07:57:12 +08:00
chore: 排序一下依赖
This commit is contained in:
+6
-6
@@ -8,18 +8,18 @@ readme = "README.md"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
dataclasses-json = "0.6.2"
|
|
||||||
tortoise-orm = "0.20.0"
|
|
||||||
loguru = "0.7.2"
|
|
||||||
uvloop = "0.19.0"
|
|
||||||
aiofiles = "23.2.1"
|
|
||||||
aerich = "0.7.2"
|
aerich = "0.7.2"
|
||||||
|
aiofiles = "23.2.1"
|
||||||
bilibili-api-python = {git = "https://github.com/Nemo2011/bilibili-api", rev = "dev"}
|
bilibili-api-python = {git = "https://github.com/Nemo2011/bilibili-api", rev = "dev"}
|
||||||
|
dataclasses-json = "0.6.2"
|
||||||
|
loguru = "0.7.2"
|
||||||
|
tortoise-orm = "0.20.0"
|
||||||
|
uvloop = "0.19.0"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "23.11.0"
|
black = "23.11.0"
|
||||||
ruff = "0.1.6"
|
|
||||||
ipython = "8.17.2"
|
ipython = "8.17.2"
|
||||||
|
ruff = "0.1.6"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 80
|
line-length = 80
|
||||||
|
|||||||
Reference in New Issue
Block a user