Spaces:
Sleeping
Sleeping
Kevin Louis
commited on
Commit
·
0d0c59f
1
Parent(s):
7e52518
Upload requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -48,12 +48,14 @@ orjson==3.9.7
|
|
48 |
packaging==23.1
|
49 |
pandas==2.1.0
|
50 |
Pillow==10.0.0
|
|
|
51 |
pyarrow==13.0.0
|
52 |
pydantic==2.3.0
|
53 |
pydantic_core==2.6.3
|
54 |
pydub==0.25.1
|
55 |
pyparsing==3.1.1
|
56 |
python-dateutil==2.8.2
|
|
|
57 |
python-multipart==0.0.6
|
58 |
pytz==2023.3
|
59 |
PyYAML==6.0.1
|
@@ -71,6 +73,7 @@ six==1.16.0
|
|
71 |
sniffio==1.3.0
|
72 |
starlette==0.27.0
|
73 |
sympy==1.12
|
|
|
74 |
threadpoolctl==3.2.0
|
75 |
tokenizers==0.13.3
|
76 |
toolz==0.12.0
|
|
|
48 |
packaging==23.1
|
49 |
pandas==2.1.0
|
50 |
Pillow==10.0.0
|
51 |
+
plotly==5.17.0
|
52 |
pyarrow==13.0.0
|
53 |
pydantic==2.3.0
|
54 |
pydantic_core==2.6.3
|
55 |
pydub==0.25.1
|
56 |
pyparsing==3.1.1
|
57 |
python-dateutil==2.8.2
|
58 |
+
python-dotenv==1.0.0
|
59 |
python-multipart==0.0.6
|
60 |
pytz==2023.3
|
61 |
PyYAML==6.0.1
|
|
|
73 |
sniffio==1.3.0
|
74 |
starlette==0.27.0
|
75 |
sympy==1.12
|
76 |
+
tenacity==8.2.3
|
77 |
threadpoolctl==3.2.0
|
78 |
tokenizers==0.13.3
|
79 |
toolz==0.12.0
|