mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-11 01:50:22 +08:00
26 lines
549 B
TOML
26 lines
549 B
TOML
[tool.poetry]
|
|
name = "bili-sync"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["amtoaer <amtoaer@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
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"]
|
|
build-backend = "poetry.core.masonry.api"
|