Skip to content

Commit a48b3a3

Browse files
committed
Added missing dependencies and entry points
1 parent 5bbd89a commit a48b3a3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ classifiers = [
1212
"Programming Language :: Python :: 3.12",
1313
]
1414
description = "Accelerator Toolbox Interface for Pytac"
15-
dependencies = [] # Add project dependencies here, e.g. ["click", "numpy"]
15+
dependencies = [
16+
"numpy",
17+
"scipy",
18+
"pytac>=0.3.0",
19+
"accelerator-toolbox>=0.2.0",
20+
"cothread",
21+
"softioc",
22+
]
23+
1624
dynamic = ["version"]
1725
license.file = "LICENSE"
1826
readme = "README.md"
@@ -34,6 +42,7 @@ dev = [
3442

3543
[project.scripts]
3644
atip = "atip.__main__:main"
45+
virtac = "virtac.__main__:main"
3746

3847
[project.urls]
3948
GitHub = "https://github.com/DiamondLightSource/atip"

0 commit comments

Comments
 (0)