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

[packages]
typer = "*"
dvc = "*"
"streamlit" = "*"
"plotly" = "*"
"pydantic" = "*"
"pyyaml" = "*"
visium-explore = {editable = true, path = "../.."}
lightfm = "*"
mlflow = "*"

[dev-packages]
pre-commit = "*"
setuptools-scm = "*"
visiumlint = "*"
semver = "*"
build = "*"
twine = "*"
pytest = "*"
ipykernel = "*"

[requires]
python_version = "3.9"
