Skip to content

Commit 85b7c27

Browse files
committed
build(deps) : added uv support
1 parent a27336d commit 85b7c27

2 files changed

Lines changed: 1183 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
[project]
2+
name = "yuibot"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.11"
7+
dependencies = [
8+
"aiodns==3.4.0",
9+
"aiohttp==3.8.6",
10+
"aiosignal==1.3.2",
11+
"aiospotify==0.1.0",
12+
"async-timeout==4.0.3",
13+
"asyncio==3.4.3",
14+
"attrify==3.0",
15+
"attrs==25.3.0",
16+
"beautifulsoup4==4.13.4",
17+
"brotli==1.1.0",
18+
"bs4==0.0.2",
19+
"certifi==2025.4.26",
20+
"cffi==1.17.1",
21+
"charset-normalizer==3.4.2",
22+
"cryptography==44.0.3",
23+
"dataclasses-json==0.6.7",
24+
"dnspython==2.7.0",
25+
"frozenlist==1.6.0",
26+
"idna==3.10",
27+
"isodate==0.7.2",
28+
"marshmallow==3.26.1",
29+
"motor==3.7.0",
30+
"multidict==6.4.3",
31+
"mypy-extensions==1.1.0",
32+
"oauthlib==3.2.2",
33+
"packaging==25.0",
34+
"propcache==0.3.1",
35+
"py-cord==2.4.0",
36+
"pycares==4.8.0",
37+
"pycparser==2.22",
38+
"pyjwt==2.10.1",
39+
"pymongo==4.12.1",
40+
"python-dotenv==1.1.0",
41+
"python-youtube==0.9.7",
42+
"redis==6.1.0",
43+
"requests==2.32.3",
44+
"requests-oauthlib==1.3.0",
45+
"soupsieve==2.7",
46+
"spotipy==2.25.1",
47+
"tracemoepy==4.1",
48+
"typing-extensions==4.13.2",
49+
"typing-inspect==0.9.0",
50+
"urllib3==2.4.0",
51+
"uv>=0.7.22",
52+
"yarl==1.20.0",
53+
"ytmusicapi==1.10.3",
54+
]

0 commit comments

Comments
 (0)