-
Notifications
You must be signed in to change notification settings - Fork 694
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (40 loc) · 899 Bytes
/
pyproject.toml
File metadata and controls
41 lines (40 loc) · 899 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
38
39
40
41
[project]
name = "williambutcherbot"
version = "0.1.0"
description = "A Telegram Bot for group management and more."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp~=3.13.3",
"aiofiles~=23.2.1",
"ffmpeg-python~=0.2.0",
"gTTS~=2.5.1",
"dnspython==2.1.0",
"future~=1.0.0",
"googletrans~=4.0.0rc1",
"motor~=3.6",
"pillow",
"psutil~=5.9.8",
"pykeyboard~=0.1.5",
"python-arq~=6.0.7",
"requests~=2.32.4",
"search-engine-parser~=0.6.8",
"speedtest-cli~=2.1.3",
"TgCrypto~=1.2.5",
"uvloop~=0.19.0",
"youtube_dl~=2021.12.17",
"bs4~=0.0.2",
"python-dotenv~=1.0.1",
"feedparser~=6.0.11",
"pyromod~=3.1.6",
"fuzzysearch~=0.7.3",
"img2pdf~=0.5.1",
"telegraph~=2.2.0",
"pytube~=15.0.0",
"pytz~=2024.1",
"kurigram==2.2.12",
]
[dependency-groups]
dev = [
"ruff>=0.9.0",
]