Spaces:
Sleeping
Sleeping
Léo Bourrel
commited on
Commit
·
71d7be3
1
Parent(s):
4d9cca3
update requirements
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
streamlit
|
2 |
pandas
|
3 |
psycopg2-binary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.43.1
|
2 |
pandas
|
3 |
psycopg2-binary
|
4 |
+
google-cloud-storage==3.0.0
|
5 |
+
openai==1.56.2
|
6 |
+
sqlalchemy==2.0.38
|
7 |
+
tqdm
|
8 |
+
|
9 |
+
isort==6.0.0
|
10 |
+
black==25.1.0
|
11 |
+
pylint==3.3.4
|
12 |
+
pre_commit==4.1.0
|