[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
dvc = {version = "*", extras = ["gs"]}
jupyterlab = "*"
pandas = "*"
numexpr = "*"
bottleneck = "*"
typer = "*"
scikit-learn = "*"
"streamlit" = "*"
"plotly" = "*"
"pydantic" = "*"
"pyyaml" = "*"
visium-explore = {editable = true, path = "../.."}
streamlit-option-menu = "*"

[dev-packages]
black = "*"
isort = "*"
pre-commit = "*"
pydocstyle = "*"
pylint = "*"
mypy = "*"
visiumlint = "*"
pytest = "*"
ipykernel = "*"

[requires]
python_version = "3.9"
