fastapi-test-server / requirements.txt
Ronio Jerico Roque
Add initial implementation of chatbot with PostgreSQL query tool and environment configuration
83a4aff
raw
history blame contribute delete
312 Bytes
fastapi>=0.104.0
fastapi-mcp>=0.1.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
asyncpg>=0.29.0
psycopg2-binary>=2.9.7
sqlalchemy[asyncio]>=2.0.0
python-dotenv>=1.0.0
httpx>=0.25.0
langchain>=0.1.0
langchain-community>=0.0.10
langchain-core>=0.1.0
langchain-openai>=0.3.1
langgraph>=0.0.30
typing-extensions>=4.8.0