From 54b39a30992af0face5df1e3a08009d0342645de Mon Sep 17 00:00:00 2001 From: Stefan Negele Date: Fri, 23 Feb 2024 16:41:55 +0100 Subject: [PATCH] Add fastapi dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4720f6cd..6e7d8e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "pydantic>=2.5.3,<2.7.0", "pyyaml~=6.0.1", "requests~=2.31.0", + "fastapi==0.109.2", "fastparquet==2024.2.0", "python-multipart==0.0.9", "rich~=13.7.0",