fastapi==0.75.*
uvicorn[standard]==0.17.*
sortedcontainers>==2.4.*
joblib==1.1.*
filelock==3.6.*
requests==2.27.*
requests-toolbelt==0.9.*

[all]
pytest
datasets
black
isort
sphinx
sphinx-autodoc-typehints
sphinx-rtd-theme
sphinx-autoapi
m2r2
sphinx_copybutton
sphinx_rst_builder
spacy==3.2.*
scikit-learn>=0.24.*
gradio==2.9.*
nltk==3.7

[contrib]
spacy==3.2.*
scikit-learn>=0.24.*

[demo]
gradio==2.9.*
nltk==3.7

[dev]
black
isort

[doc]
sphinx
sphinx-autodoc-typehints
sphinx-rtd-theme
sphinx-autoapi
m2r2
sphinx_copybutton
sphinx_rst_builder

[sklearn]
scikit-learn>=0.24.*

[spacy]
spacy==3.2.*

[test]
pytest
datasets
