Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.16.0
|
2 |
+
requests>=2.25.0
|
3 |
+
langchain>=0.0.148
|
4 |
+
langgraph>=0.1.0
|
5 |
+
chromadb>=0.3.21
|
6 |
+
typing_extensions>=4.0.0
|