Spaces:
Sleeping
Sleeping
Remove incompatible dependencies for Vercel
Browse files- requirements.txt +1 -15
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
# D:\jan-contract\requirements.txt
|
| 2 |
-
|
| 3 |
# Core LangChain libraries
|
| 4 |
langchain-core>=0.2.0
|
| 5 |
langchain>=0.2.0
|
|
@@ -23,21 +21,9 @@ python-multipart>=0.0.6
|
|
| 23 |
# Web Frameworks
|
| 24 |
fastapi>=0.104.0
|
| 25 |
uvicorn>=0.24.0
|
| 26 |
-
streamlit>=1.28.0
|
| 27 |
-
|
| 28 |
-
# Video and Audio Processing
|
| 29 |
-
streamlit-webrtc>=0.63.4
|
| 30 |
-
opencv-python>=4.8.0
|
| 31 |
-
av>=14.0.0
|
| 32 |
-
SpeechRecognition>=3.10.0
|
| 33 |
-
gTTS>=2.4.0
|
| 34 |
-
PyAudio>=0.2.11
|
| 35 |
|
| 36 |
# Utilities
|
| 37 |
python-dotenv>=1.0.0
|
| 38 |
pydantic>=2.5.0
|
| 39 |
fpdf2>=2.7.0
|
| 40 |
-
numpy>=1.24.0
|
| 41 |
-
|
| 42 |
-
# Additional dependencies for better audio/video handling
|
| 43 |
-
# Note: webrtc-streamer is not needed as streamlit-webrtc handles this
|
|
|
|
|
|
|
|
|
|
| 1 |
# Core LangChain libraries
|
| 2 |
langchain-core>=0.2.0
|
| 3 |
langchain>=0.2.0
|
|
|
|
| 21 |
# Web Frameworks
|
| 22 |
fastapi>=0.104.0
|
| 23 |
uvicorn>=0.24.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
# Utilities
|
| 26 |
python-dotenv>=1.0.0
|
| 27 |
pydantic>=2.5.0
|
| 28 |
fpdf2>=2.7.0
|
| 29 |
+
numpy>=1.24.0
|
|
|
|
|
|
|
|
|