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

[dev-packages]
black = "==19.3b0"
dvc = {extras = ["aws", "gs"],version = "*"}
isort = "*"
jupyterlab = "*"
jupyterlab-nvdashboard = "*"
metaflow = "*"
mypy = "*"
pep8 = "*"
python-language-server = {extras = ["all"],version = "*"}
tox = "*"
twine = "*"
wheel = "*"
secretstorage = "*"
shun-notebook = "*"
nbdev = "*"

[packages]

[pipenv]
allow_prereleases = false

[requires]
python_version = "3.7"

[scripts]
check = "make check"
format = "make format"
test = "tox -p all"
