-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (36 loc) · 893 Bytes
/
pyproject.toml
File metadata and controls
37 lines (36 loc) · 893 Bytes
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
[project]
name = "PagerMaid-Modify"
version = "1.5.11"
description = "Advanced Multi-Featured Telegram UserBot by telethon."
authors = [
{name = "xtaodada", email = "xtao@xtao.de"},
]
dependencies = [
"telethon @ git+https://github.com/TeamPGM/Telethon@1.5.0",
"cryptg>=0.5.1",
"Pillow>=12.0.0",
"pytz>=2026.1",
"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.54.0",
"PyQRCode>=1.2.1",
"PyPng",
"fastapi>=0.135.1",
"amis-python @ git+https://github.com/TeamPGM/amis-python",
"uvicorn>=0.42.0",
"starlette>=0.52.0",
"pyjwt>=2.12.0",
"python-socks[asyncio]>=2.8.1",
]
requires-python = ">=3.10.0"
readme = "README.md"
license = {text = "AGPL 3.0+"}
[dependency-groups]
dev = [
"ruff>=0.15.10",
]