Spaces:
Sleeping
Sleeping
luigi12345
commited on
Commit
•
75a5bc5
1
Parent(s):
af844fc
Update requirements.txt
Browse files- requirements.txt +13 -2
requirements.txt
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
1 |
open-interpreter
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
open-interpreter
|
3 |
+
streamlit-extras>=0.3.0
|
4 |
+
streamlit-lottie>=0.0.5
|
5 |
+
tenacity>=8.2.0
|
6 |
+
requests>=2.31.0
|
7 |
+
python-dotenv>=1.0.0
|
8 |
+
watchdog>=3.0.0
|
9 |
+
streamlit-file-browser>=0.1.0
|
10 |
+
pathlib>=1.0.1
|
11 |
+
typing>=3.7.4
|
12 |
+
datetime>=4.3
|
13 |
+
json>=2.0.9
|
14 |
+
shutil>=1.7.0
|