-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
78 lines (38 loc) · 883 Bytes
/
requirements.txt
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
aiohttp==3.11.10
aiosignal==1.3.1; python_version >= '3.7'
aiounittest==1.4.2
async-timeout==4.0.3; python_version < '3.11'
attrs==21.2.0
bidict==0.22.0
certifi==2021.10.8
chardet==4.0.0
charset-normalizer==2.0.12
frozenlist==1.4.1; python_version >= '3.8'
howlongtobeatpy==1.0.17
humanize==3.13.1
idna==3.3
iso8601==1.0.0
lxml==4.8.0
multidict==5.2.0
playsound==1.2.2
psycopg2==2.9.3
pyserial==3.5
python-engineio==4.3.2
python-socketio==5.6.0
requests==2.32.3
twitchio==2.8.2
typing-extensions==3.10.0.2
urllib3==1.26.8
websocket-client==1.7.0
websockets==12.0
wikipedia-api==0.5.4
wikiquote==0.1.16
wrapt==1.16.0; python_version >= '3.6'
zipp==3.17.0; python_version < '3.10'