Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# File: requirements.txt
|
| 2 |
+
# Location: /requirements.txt (root directory)
|
| 3 |
+
# Description: Project dependencies for the AI Book Writing Agent
|
| 4 |
+
|
| 5 |
+
python-dotenv
|
| 6 |
+
crewai
|
| 7 |
+
langchain
|
| 8 |
+
openai
|
| 9 |
+
anthropic
|
| 10 |
+
chromadb
|
| 11 |
+
tiktoken
|
| 12 |
+
numpy
|
| 13 |
+
streamlit
|
| 14 |
+
pytest
|
| 15 |
+
sentence-transformers
|