Skip to content

Commit

Permalink
Expand dependancy list
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed May 16, 2024
1 parent ed95aec commit 829588f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
description = "Control system agnostic framework for building Device support in Python that will work for both EPICS and Tango"
dependencies = ["aioserial", "numpy", "pydantic", "pvi~=0.8.1", "softioc"]
dependencies = [
"aioserial",
"numpy",
"pydantic",
"pvi~=0.8.1",
"softioc",
]
dynamic = ["version"]
license.file = "LICENSE"
readme = "README.md"
Expand Down

0 comments on commit 829588f

Please sign in to comment.