chatbot3 / requirements.txt
jithenderchoudary's picture
Create requirements.txt
aeecdac verified
raw
history blame contribute delete
611 Bytes
# FastAPI and related dependencies
fastapi==0.111.0
uvicorn==0.29.0
gunicorn==22.0.0
jinja2==3.1.4
# Pydantic (compatible with FastAPI 0.111.0)
pydantic==1.10.15
# For scheduled Salesforce sync
apscheduler==3.10.4
# Keeping simple-salesforce for Salesforce sync
simple-salesforce==1.12.6
# For retry logic in Salesforce sync
tenacity==8.5.0
# For loading .env file
python-dotenv==1.0.1
# Upgrading OpenAI to the latest version (test compatibility, currently unused)
openai==1.30.0
# Hugging Face dependencies (currently unused)
datasets==2.19.1
huggingface-hub==0.23.0
hf-transfer==0.1.6
protobuf==3.20.3