2024-06-04 11:51:33 +00:00
|
|
|
|
|
|
|
[project]
|
2023-07-19 05:52:30 +00:00
|
|
|
name = "PamGram"
|
2023-04-03 07:42:46 +00:00
|
|
|
version = "0.4.0"
|
2023-07-19 05:52:30 +00:00
|
|
|
description = "Telegarm robot, query the official starrail information."
|
2024-06-04 11:51:33 +00:00
|
|
|
authors = [
|
|
|
|
{name = "洛水居室"},
|
|
|
|
{name = "zhxy-CN"},
|
|
|
|
{name = "Chuangbo Li"},
|
|
|
|
{name = "kotoriのねこ"},
|
|
|
|
{name = "omg-xtao"},
|
|
|
|
{name = "艾迪"},
|
|
|
|
{name = "Karako"},
|
|
|
|
{name = "SiHuaN"},
|
|
|
|
{name = "Nahida Buer"},
|
|
|
|
]
|
|
|
|
dependencies = [
|
|
|
|
"httpx<1.0.0,>=0.25.0",
|
|
|
|
"ujson<6.0.0,>=5.9.0",
|
|
|
|
"Jinja2<4.0.0,>=3.1.2",
|
2024-10-08 13:38:59 +00:00
|
|
|
"python-telegram-bot[ext,rate-limiter]<22.0,>=21.6",
|
2024-09-08 14:59:18 +00:00
|
|
|
"sqlmodel<1.0.0,>=0.0.22",
|
2024-06-04 11:51:33 +00:00
|
|
|
"colorlog<7.0.0,>=6.8.0",
|
|
|
|
"fakeredis<3.0.0,>=2.19.0",
|
|
|
|
"redis<6.0.0,>=5.0.1",
|
|
|
|
"beautifulsoup4<5.0.0,>=4.12.1",
|
|
|
|
"asyncmy<1.0.0,>=0.2.9",
|
2024-06-24 15:28:23 +00:00
|
|
|
"aiofiles<25.0.0,>=24.1.0",
|
2024-06-04 11:51:33 +00:00
|
|
|
"python-dotenv<2.0.0,>=1.0.0",
|
|
|
|
"alembic<2.0.0,>=1.13.0",
|
2024-10-08 13:38:59 +00:00
|
|
|
"black<25.0.0,>=24.10.0",
|
2024-06-04 11:51:33 +00:00
|
|
|
"rich<14.0.0,>=13.6.0",
|
|
|
|
"lxml<6.0.0,>=5.0.0",
|
2024-07-06 10:34:36 +00:00
|
|
|
"arko-wrapper<1.0.0,>=0.3.0",
|
2024-10-08 13:38:59 +00:00
|
|
|
"fastapi<1.0.0,>=0.115.0",
|
|
|
|
"uvicorn[standard]<1.0.0,>=0.31.0",
|
2024-06-26 16:01:49 +00:00
|
|
|
"sentry-sdk<3.0.0,>=2.7.0",
|
2024-06-04 11:51:33 +00:00
|
|
|
"GitPython<4.0.0,>=3.1.30",
|
|
|
|
"openpyxl<4.0.0,>=3.1.1",
|
|
|
|
"async-lru<3.0.0,>=2.0.4",
|
|
|
|
"thefuzz<1.0.0,>=0.22.1",
|
2024-09-08 14:59:18 +00:00
|
|
|
"cryptography<44.0.0,>=43.0.1",
|
2024-06-04 11:51:33 +00:00
|
|
|
"pillow<11.0.0,>=10.0.1",
|
2024-10-08 13:38:59 +00:00
|
|
|
"playwright==1.47.0",
|
2024-06-04 11:51:33 +00:00
|
|
|
"aiosqlite[sqlite]<1.0.0,>=0.20.0",
|
|
|
|
"simnet @ git+https://github.com/PaiGramTeam/SIMNet",
|
2024-06-19 13:20:02 +00:00
|
|
|
"psutil<7.0.0,>=6.0.0",
|
2024-10-08 13:38:59 +00:00
|
|
|
"influxdb-client[async,ciso]>=1.43.0",
|
2024-07-18 12:44:12 +00:00
|
|
|
"starrail-damage-cal<2.0.0,>=1.7.0",
|
2024-06-04 11:51:33 +00:00
|
|
|
"starrailrelicscore @ git+https://github.com/PaiGramTeam/StarRailRelicScore",
|
|
|
|
]
|
2024-10-08 13:38:59 +00:00
|
|
|
requires-python = "<4.0,>=3.9"
|
2022-09-02 16:48:30 +00:00
|
|
|
readme = "README.md"
|
2024-06-04 11:51:33 +00:00
|
|
|
license = {text = "AGPL-3.0"}
|
|
|
|
|
|
|
|
[project.optional-dependencies]
|
|
|
|
pyro = ["TgCrypto<2.0.0,>=1.2.5", "Pyrogram<3.0.0,>=2.0.102"]
|
2024-06-11 15:26:02 +00:00
|
|
|
test = ["pytest<9.0.0,>=8.2.2", "pytest-asyncio<1.0.0,>=0.23.2", "flaky<4.0.0,>=3.7.0"]
|
2022-09-02 16:48:30 +00:00
|
|
|
|
2024-06-04 11:51:33 +00:00
|
|
|
[tool.pdm]
|
|
|
|
distribution = false
|
2022-09-02 16:48:30 +00:00
|
|
|
|
2024-06-04 11:51:33 +00:00
|
|
|
[tool.pdm.build]
|
|
|
|
includes = []
|
2022-09-12 15:18:11 +00:00
|
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
|
|
asyncio_mode = "auto"
|
|
|
|
log_cli = true
|
|
|
|
log_cli_level = "INFO"
|
|
|
|
log_cli_format = "%(message)s"
|
|
|
|
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
2022-09-02 16:48:30 +00:00
|
|
|
|
2022-10-08 15:03:11 +00:00
|
|
|
# 格式配置
|
|
|
|
[tool.black]
|
|
|
|
include = '\.pyi?$'
|
|
|
|
line-length = 120
|
2023-03-21 03:15:47 +00:00
|
|
|
target-version = ['py311']
|