fastmcp>=2.0.0
fastapi>=0.109.0
uvicorn>=0.27.0
pydantic>=2.5.3
python-dotenv>=1.0.0
requests>=2.31.0

[dashboard]
streamlit
plotly

[dev]
tradememory-protocol[lint,test]
pre-commit>=3.6.0

[lint]
ruff>=0.4.0
mypy>=1.8.0

[postgres]
sqlalchemy[asyncio]>=2.0
asyncpg>=0.29
alembic>=1.13
psycopg2-binary>=2.9

[replay]
instructor>=1.0.0
openai>=1.0.0
anthropic>=0.39.0
pyyaml>=6.0

[test]
pytest>=7.4.4
pytest-asyncio>=0.23.3
pytest-cov>=4.1.0
httpx>=0.26.0
