pydantic>=2.0.0
typing-extensions>=4.0.0

[all]
acronymkit[cli,nlp,transformers]

[cli]
click>=8.0.0

[dev]
acronymkit[cli]
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
jsonschema>=4.17.0
hypothesis>=6.80.0
ruff<0.15,>=0.14.8
mypy<2,>=1.19.0
build>=1.0.0
twine>=4.0.0

[nlp]
spacy>=3.5.0
nltk>=3.8.0

[transformers]
onnxruntime>=1.14.0
transformers>=4.25.0
