2024-09-17 15:06:07 +00:00
|
|
|
[project]
|
|
|
|
name = "PagerMaid-Pyro"
|
2024-11-01 07:08:02 +00:00
|
|
|
version = "1.5.1"
|
2024-09-17 15:06:07 +00:00
|
|
|
description = "Default template for PDM package"
|
|
|
|
authors = [
|
|
|
|
{name = "xtaodada", email = "xtao@xtaolink.cn"},
|
|
|
|
]
|
|
|
|
dependencies = [
|
2024-11-01 07:08:02 +00:00
|
|
|
"pyrogram @ git+https://github.com/TeamPGM/pyrogram@1.5.1",
|
2024-09-20 11:57:41 +00:00
|
|
|
"PyroTgCrypto>=1.2.7",
|
2024-11-15 16:23:53 +00:00
|
|
|
"Pillow<11.0.0; python_version < '3.9'",
|
|
|
|
"Pillow>=11.0.0; python_version >= '3.9'",
|
2024-09-17 15:06:07 +00:00
|
|
|
"pytz>=2024.2",
|
|
|
|
"PyYAML>=6.0.2",
|
|
|
|
"coloredlogs>=15.0.1",
|
|
|
|
"psutil>=6.0.0",
|
|
|
|
"httpx>=0.27.2",
|
|
|
|
"apscheduler>=3.10.4",
|
2024-11-15 16:23:53 +00:00
|
|
|
"sqlitedict>=2.1.0",
|
2024-09-17 15:06:07 +00:00
|
|
|
"casbin>=1.36.3",
|
|
|
|
"sentry-sdk>=2.14.0",
|
|
|
|
"PyQRCode>=1.2.1",
|
|
|
|
"PyPng",
|
2024-11-15 16:23:53 +00:00
|
|
|
"fastapi>=0.115.5",
|
2024-09-17 15:06:07 +00:00
|
|
|
"amis-python==1.0.8.post2",
|
|
|
|
"python-jose>=3.3.0",
|
2024-11-15 16:23:53 +00:00
|
|
|
"uvicorn>=0.32.0",
|
2024-09-17 15:06:07 +00:00
|
|
|
"pydantic<2.0.0",
|
2024-11-15 16:23:53 +00:00
|
|
|
"starlette>=0.41.2",
|
2024-09-17 15:06:07 +00:00
|
|
|
]
|
2024-11-15 16:23:53 +00:00
|
|
|
requires-python = ">=3.8.0"
|
2024-09-17 15:06:07 +00:00
|
|
|
readme = "README.md"
|
|
|
|
license = {text = "AGPL 3.0+"}
|
|
|
|
|
|
|
|
[tool.pdm]
|
|
|
|
distribution = false
|