-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPipfile
49 lines (45 loc) · 1013 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiofiles = "24.1.0"
aiohttp = "3.11.11"
aiosignal = "1.3.2"
aiosqlite = "0.20.0"
asyncpg = "0.30.0"
audioplayer = { version = "0.6", markers = "sys_platform == 'win32'" }
cffi = "1.17.1"
charset-normalizer = "3.4.1"
cryptography = "44.0.0"
emoji = "2.14.1"
flake8 = "7.1.1"
frozendict = "2.4.6"
frozenlist = "1.5.0"
idna = "3.10"
librosa = "0.10.2.post1"
lru-dict = "1.3.0"
lxml = "5.3.0"
mock = "5.1.0"
multidict = '6.1.0'
num2words = "0.5.14"
polyleven = "0.8"
psutil = "6.1.1"
pyjwt = "2.10.1"
pytest = "8.3.4"
pytest-asyncio = "0.25.3"
python-vlc = { version = "3.0.21203", markers = "sys_platform == 'win32'" }
pytz = "2024.2"
pywin32 = { version = "308", markers = "sys_platform == 'win32'" }
requests = "2.32.3"
rich = "13.9.4"
roman = "5.0"
twitchio = "2.10.0"
typing_extensions = "4.12.2"
urllib3 = '2.3.0'
websockets = "14.2"
xmltodict = "0.14.2"
yarl = "1.18.3"
[dev-packages]
[requires]
python_version = "3.12"