PagerMaid-Pyro/pyproject.toml
xtaodada dc282020d1
All checks were successful
Docker Dev Build / docker build and publish (push) Successful in 8m8s
Docker Build / docker build and publish (push) Successful in 11m49s
🔖 Update to v1.5.1
Update API schema to Layer 192
Rename `show_above_text` parameter to `show_caption_above_media`
Renamed giveaway types and added some service messages to Message
Refactor stories methods
2024-11-01 15:08:02 +08:00

36 lines
810 B
TOML

[project]
name = "PagerMaid-Pyro"
version = "1.5.1"
description = "Default template for PDM package"
authors = [
{name = "xtaodada", email = "xtao@xtaolink.cn"},
]
dependencies = [
"pyrogram @ git+https://github.com/TeamPGM/pyrogram@1.5.1",
"PyroTgCrypto>=1.2.7",
"Pillow>=9.0.0",
"pytz>=2024.2",
"PyYAML>=6.0.2",
"coloredlogs>=15.0.1",
"psutil>=6.0.0",
"httpx>=0.27.2",
"apscheduler>=3.10.4",
"sqlitedict~=2.1.0",
"casbin>=1.36.3",
"sentry-sdk>=2.14.0",
"PyQRCode>=1.2.1",
"PyPng",
"fastapi~=0.114.2",
"amis-python==1.0.8.post2",
"python-jose>=3.3.0",
"uvicorn~=0.30.6",
"pydantic<2.0.0",
"starlette~=0.38.5",
]
requires-python = ">=3.9.0"
readme = "README.md"
license = {text = "AGPL 3.0+"}
[tool.pdm]
distribution = false