Skip to content

Commit

Permalink
Add dodal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jun 23, 2023
1 parent 699d368 commit bcd3505
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"matplotlib",
"requests",
"opencv-python",
"dodal @ git@github.com:DiamondLightSource/dodal.git",
]
dynamic = ["version"]
license.file = "LICENSE"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bcd3505

Please sign in to comment.