updates requirements

This commit is contained in:
nsa 2024-12-17 10:53:45 +01:00
parent c7d85e7e5d
commit 661e3b390f

View File

@ -13,10 +13,12 @@ openai
faiss-cpu
# Utility Libraries
python-dotenv==1.0.1 # For environment variable management
pydantic==2.7.1 # Data validation library (dependency for FastAPI and LangChain)
python-dotenv
pydantic
# Async support
asyncio==3.4.3 # Part of Python >=3.6 but included explicitly for clarity
asyncio
# PDF extraction
pdfplumber