Upload 3 files
Browse files- requirements.txt +67 -4
requirements.txt
CHANGED
@@ -1,5 +1,68 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
plotly==5.3.1
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.9.0
|
4 |
+
beautifulsoup4==4.13.3
|
5 |
+
certifi==2025.1.31
|
6 |
+
charset-normalizer==3.4.1
|
7 |
+
click==8.1.8
|
8 |
+
contourpy==1.2.1
|
9 |
+
cycler==0.12.1
|
10 |
+
exceptiongroup==1.2.2
|
11 |
+
fastapi==0.115.11
|
12 |
+
ffmpy==0.5.0
|
13 |
+
filelock==3.18.0
|
14 |
+
fonttools==4.56.0
|
15 |
+
frozendict==2.4.6
|
16 |
+
fsspec==2025.3.0
|
17 |
+
gradio==4.44.1
|
18 |
+
gradio_client==1.3.0
|
19 |
+
h11==0.14.0
|
20 |
+
httpcore==1.0.7
|
21 |
+
httpx==0.28.1
|
22 |
+
huggingface-hub==0.29.3
|
23 |
+
idna==3.10
|
24 |
+
importlib_resources==6.5.2
|
25 |
+
Jinja2==3.1.6
|
26 |
+
kiwisolver==1.4.7
|
27 |
+
markdown-it-py==3.0.0
|
28 |
+
MarkupSafe==2.1.5
|
29 |
+
matplotlib==3.8.4
|
30 |
+
mdurl==0.1.2
|
31 |
+
multitasking==0.0.11
|
32 |
+
numpy==1.22.4
|
33 |
+
orjson==3.10.15
|
34 |
+
packaging==24.2
|
35 |
+
pandas==2.2.3
|
36 |
+
peewee==3.17.9
|
37 |
+
pillow==10.4.0
|
38 |
+
platformdirs==4.3.6
|
39 |
plotly==5.3.1
|
40 |
+
pydantic==2.10.6
|
41 |
+
pydantic_core==2.27.2
|
42 |
+
pydub==0.25.1
|
43 |
+
Pygments==2.19.1
|
44 |
+
pyparsing==3.2.1
|
45 |
+
python-dateutil==2.9.0.post0
|
46 |
+
python-multipart==0.0.20
|
47 |
+
pytz==2025.1
|
48 |
+
PyYAML==6.0.2
|
49 |
+
requests==2.32.3
|
50 |
+
rich==13.9.4
|
51 |
+
ruff==0.11.0
|
52 |
+
semantic-version==2.10.0
|
53 |
+
shellingham==1.5.4
|
54 |
+
six==1.17.0
|
55 |
+
sniffio==1.3.1
|
56 |
+
soupsieve==2.6
|
57 |
+
starlette==0.46.1
|
58 |
+
tenacity==9.0.0
|
59 |
+
tomlkit==0.12.0
|
60 |
+
tqdm==4.67.1
|
61 |
+
typer==0.15.2
|
62 |
+
typing_extensions==4.12.2
|
63 |
+
tzdata==2025.1
|
64 |
+
urllib3==2.3.0
|
65 |
+
uvicorn==0.34.0
|
66 |
+
websockets==12.0
|
67 |
+
yfinance==0.2.54
|
68 |
+
zipp==3.21.0
|