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

[packages]
comotion-sdk = {file = ".", editable = true}
keyring = "*"

[dev-packages]
pytest = "*"
setuptools = "*"
sphinx = "*"
setuptools-scm = "*"
sphinx-material = "*"
"keyrings.cryptfile" = "*"

[requires]
python_version = "3.8"

[scripts]
test = "pytest"
