Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.0
|
2 |
+
uvicorn==0.21.0
|
3 |
+
huggingface-hub==0.14.0
|
4 |
+
langchain==0.1.0
|
5 |
+
langchain-community==0.0.1
|
6 |
+
python-multipart==0.0.6 # Für Formulardaten
|