-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
40 lines (40 loc) · 1.56 KB
/
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
-i https://pypi.org/simple
aiohttp==3.8.4; python_version >= '3.6'
aiosignal==1.3.1; python_version >= '3.7'
appdirs==1.4.4
async-timeout==4.0.2; python_version >= '3.6'
attrs==23.1.0; python_version >= '3.7'
beautifulsoup4==4.12.2; python_full_version >= '3.6.0'
certifi==2023.5.7; python_version >= '3.6'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
contourpy==1.1.0; python_version >= '3.8'
cycler==0.11.0; python_version >= '3.6'
discord.py==2.3.1
fonttools==4.41.0; python_version >= '3.8'
frozendict==2.3.8; python_version >= '3.6'
frozenlist==1.4.0; python_version >= '3.8'
html5lib==1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
idna==3.4; python_version >= '3.5'
kiwisolver==1.4.4; python_version >= '3.7'
lxml==4.9.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
matplotlib==3.7.2
mplfinance==0.12.9b7
multidict==6.0.4; python_version >= '3.7'
multitasking==0.0.11
numpy==1.25.1; python_version >= '3.9'
packaging==23.1; python_version >= '3.7'
pandas==2.0.3
pillow==10.0.0; python_version >= '3.8'
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2023.3
requests==2.31.0; python_version >= '3.7'
simplejson==3.19.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
soupsieve==2.4.1; python_version >= '3.7'
typing==3.7.4.3
tzdata==2023.3; python_version >= '2'
urllib3==2.0.3; python_version >= '3.7'
webencodings==0.5.1
yarl==1.9.2; python_version >= '3.7'
yfinance==0.2.25