openai>=2.15.0
pydantic>=2.0.0
pyyaml>=6.0
python-dotenv>=1.0.0

[api]
fastapi>=0.115.0
uvicorn>=0.30.0
python-multipart>=0.0.9
pyjwt>=2.9.0
bcrypt>=5.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
ruff>=0.8.0
edgerunner[api,image,interactive,rag,web]

[full]
edgerunner[api,image,interactive,rag,web]

[image]
pillow>=10.0.0

[interactive]
prompt-toolkit>=3.0.0
rich>=13.0.0

[rag]
chromadb>=0.4.0
sentence-transformers>=2.2.0

[web]
requests>=2.31.0
beautifulsoup4>=4.12.0
