Dependencies

Following dependencies are used in this project:


[tool.poetry.dependencies]
python = "^3.7"
pandas = "^1.0.4"

# Fastapi
fastapi = { version = "^0.54" }
uvicorn = "^0.11.5"
python-multipart = "^0.0.5"
requests = "^2.23.0"

# cli
click = "^7.1.2"
scikit-learn = "^0.24.2"

# Documentation
sphinx = "^4.0.3"
"sphinxcontrib.datatemplates" = "^0.8.1"
pyyaml = "^5.3.1"
sphinx-rtd-theme = "^0.5.2"
myst-parser = "^0.15.1"

#Spacy

spacy="^3.1.1"

spacy-transformers = "^1.0.3"
"spacy-lookups-data" = "^1.0.2"

#Misc
pathlib2 = "^2.3.5"
aiofiles = "^0.6.0"
dvc = {extras = ["ssh"], version = "^2.5.0"}

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest-cov = "^2.8"
coverage = "^5.1"
jupyterlab = "^2.2.8"