pyyaml>=6.0

[dev]
pytest>=7.0
pytest-cov>=4.0
black>=23.0
ruff>=0.1.0
mypy>=1.0

[full]
leafsway[http,llm,llm-anthropic,llm-google,llm-openai,redis,script,sql]

[http]
httpx>=0.24
tenacity>=8.0
jsonschema>=4.0

[llm]
jinja2>=3.0
jsonschema>=4.0
requests>=2.31.0

[llm-anthropic]
anthropic>=0.18

[llm-google]
google-generativeai>=0.3.0

[llm-openai]
openai>=1.0

[redis]
redis>=4.5

[script]
psutil>=5.9

[sql]
sqlalchemy>=2.0
psycopg2-binary>=2.9
