diff --git a/pyproject.toml b/pyproject.toml index 3024c28af..8888a7bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "matplotlib", "requests", "opencv-python", + "dodal @ git@github.com:DiamondLightSource/dodal.git", ] dynamic = ["version"] license.file = "LICENSE" @@ -107,8 +108,8 @@ skipsdist=True # Don't create a virtualenv for the command, requires tox-direct plugin direct = True passenv = * -allowlist_externals = - pytest +allowlist_externals = + pytest pre-commit mypy sphinx-build