Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.48.0
|
2 |
+
pandas
|
3 |
+
plotly
|
4 |
+
pyyaml
|
5 |
+
nixtla
|
6 |
+
requests
|
7 |
+
|
8 |
+
python-dotenv
|