aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3c8b64b..ca0606f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,8 @@ requires = [
"pyvisa >=1.11.3",
"scipy >=1.6.0",
"pyyaml >=5.3.1",
- "justpy ==0.2.2",
+ "justpy == 0.2.2",
+ "starlette == 0.17.1",
"universal_tsdb >=0.1.1",
"cachetools >=5.0.0",
]