-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (40 loc) · 1.08 KB
/
pyproject.toml
File metadata and controls
42 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[project]
name = "PagerMaid-Pyro"
version = "1.5.9"
description = "Advanced Multi-Featured Telegram UserBot by pyrogram."
authors = [
{name = "xtaodada", email = "xtao@xtao.de"},
]
dependencies = [
"pyrogram @ git+https://github.com/TeamPGM/pyrogram@1.5.4",
"PyroTgCrypto>=1.2.7",
"Pillow<11.0.0; python_version < '3.9'",
"Pillow>=11.0.0; python_version >= '3.9'",
"pytz>=2024.2",
"PyYAML>=6.0.2",
"coloredlogs>=15.0.1",
"psutil>=7.1.0",
"httpx[socks]>=0.27.2",
"apscheduler>=3.10.4",
"sqlitedict>=2.1.0",
"casbin>=1.36.3",
"sentry-sdk>=2.40.0",
"PyQRCode>=1.2.1",
"PyPng",
"fastapi>=0.118.1",
"amis-python @ git+https://github.com/TeamPGM/amis-python",
"uvicorn>=0.33.0; python_version < '3.9'",
"uvicorn>=0.37.0; python_version >= '3.9'",
"starlette>=0.44.0; python_version < '3.9'",
"starlette>=0.48.0; python_version >= '3.9'",
"pyjwt>=2.9.0",
]
requires-python = ">=3.8.0"
readme = "README.md"
license = {text = "AGPL 3.0+"}
[dependency-groups]
dev = [
"ruff>=0.14.0",
]
[tool.pdm]
distribution = false