Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.2.0
|
2 |
+
pandas>=2.0.3
|
3 |
+
numpy>=1.25.2
|
4 |
+
matplotlib>=3.7.2
|
5 |
+
plotly>=5.16.1
|
6 |
+
pandasai>=2.0.0
|
7 |
+
openai>=1.3.0
|
8 |
+
sqlalchemy>=2.0.23
|
9 |
+
python-dotenv>=1.0.0
|
10 |
+
openpyxl>=3.1.2
|
11 |
+
pymysql>=1.1.0
|
12 |
+
psycopg2-binary>=2.9.9
|
13 |
+
fastapi>=0.104.1
|
14 |
+
uvicorn>=0.24.0
|