Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
streamlit-pills
|
3 |
+
openai
|
4 |
+
|
5 |
+
streamlit-aggrid==0.2.2-2
|
6 |
+
|
7 |
+
snowflake-connector-python==2.7.7
|
8 |
+
snowflake-sqlalchemy
|
9 |
+
sqlalchemy
|
10 |
+
|
11 |
+
#For Postgres
|
12 |
+
psycopg2-binary
|