-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (54 loc) · 1.23 KB
/
pyproject.toml
File metadata and controls
54 lines (54 loc) · 1.23 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
43
44
45
46
47
48
49
50
51
52
53
54
[project]
name = "yuibot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiodns==3.4.0",
"aiohttp==3.8.6",
"aiosignal==1.3.2",
"aiospotify==0.1.0",
"async-timeout==4.0.3",
"asyncio==3.4.3",
"attrify==3.0",
"attrs==25.3.0",
"beautifulsoup4==4.13.4",
"brotli==1.1.0",
"bs4==0.0.2",
"certifi==2025.4.26",
"cffi==1.17.1",
"charset-normalizer==3.4.2",
"cryptography==44.0.3",
"dataclasses-json==0.6.7",
"dnspython==2.7.0",
"frozenlist==1.6.0",
"idna==3.10",
"isodate==0.7.2",
"marshmallow==3.26.1",
"motor==3.7.0",
"multidict==6.4.3",
"mypy-extensions==1.1.0",
"oauthlib==3.2.2",
"packaging==25.0",
"propcache==0.3.1",
"py-cord==2.4.0",
"pycares==4.8.0",
"pycparser==2.22",
"pyjwt==2.10.1",
"pymongo==4.12.1",
"python-dotenv==1.1.0",
"python-youtube==0.9.7",
"redis==6.1.0",
"requests==2.32.3",
"requests-oauthlib==1.3.0",
"soupsieve==2.7",
"spotipy==2.25.1",
"tracemoepy==4.1",
"typing-extensions==4.13.2",
"typing-inspect==0.9.0",
"urllib3==2.4.0",
"uv>=0.7.22",
"yarl==1.20.0",
"ytmusicapi==1.10.3",
]