From 193b93bccc6b8c06a61eadc2f27fd5db9811d2c1 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Fri, 31 May 2024 18:06:41 +0800 Subject: [PATCH] chore: update dependencies --- requirements.txt | 2 ++ setup.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 56c529c..1da81bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ fastapi uvicorn httpx +pydantic +sqlalchemy typer diff --git a/setup.py b/setup.py index a789e7a..6829e65 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,8 @@ setup( 'fastapi', 'uvicorn', 'httpx', + 'pydantic', + 'sqlalchemy', 'typer' ], entry_points={