mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-06 08:10:09 +08:00
feat: 使用 uvloop 替代 asyncio,引入 model
This commit is contained in:
@@ -12,6 +12,7 @@ bilibili-api-python = {git = "https://github.com/amtoaer/bilibili-api.git", rev
|
||||
dataclasses-json = "0.6.2"
|
||||
tortoise-orm = "0.20.0"
|
||||
loguru = "0.7.2"
|
||||
uvloop = "0.19.0"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
@@ -49,6 +50,10 @@ select = [
|
||||
"RUF100", # https://beta.ruff.rs/docs/configuration/#automatic-noqa-management
|
||||
]
|
||||
|
||||
ignore = [
|
||||
"A003", # Class attribute `id` is shadowing a Python builtin
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user