aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 177f353..13c0a68 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,6 +12,8 @@ matplotlib = "^3.8.2"
pandas = "^2.1.3"
numpy = "^1.26.2"
gunicorn = "^21.2.0"
+fastapi = "^0.106.0"
+uvicorn = "^0.25.0"
[build-system]