nltk>=3.8.1
spacy>=3.7.0
textblob>=0.17.1
pydantic>=2.5.0
pyyaml>=6.0

[all]
story-toolkit[anthropic,dev,local,openai]

[anthropic]
anthropic>=0.18.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0

[llm]
openai>=1.0.0
anthropic>=0.18.0
ollama>=0.1.0

[local]
ollama>=0.1.0

[openai]
openai>=1.0.0
