Skip to content

Commit eb0582f

Browse files
committed
Add aioca dependency
1 parent 8eeccf5 commit eb0582f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.10",
1414
]
1515
description = "Python Toolkit for Accelerator Controls"
16-
dependencies = ["numpy", "scipy", "setuptools>=60.0.0"]
16+
dependencies = ["numpy", "scipy", "setuptools>=60.0.0", "aioca"]
1717
dynamic = ["version"]
1818
license.file = "LICENSE"
1919
readme = "README.rst"

0 commit comments

Comments
 (0)