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

[all]
story-toolkit[anthropic,dev,export,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
types-pyyaml>=6.0.0
types-requests>=2.31.0

[docs]
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0

[export]
ebooklib>=0.18
reportlab>=4.0

[llama-cpp]
llama-cpp-python>=0.2.0

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

[local]
ollama>=0.1.0

[openai]
openai>=1.0.0

[test]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.11.0
