chore: update dependencies

This commit is contained in:
arkohut 2024-05-31 18:06:41 +08:00
parent 7dc205ef4f
commit 193b93bccc
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
fastapi
uvicorn
httpx
pydantic
sqlalchemy
typer

View File

@ -16,6 +16,8 @@ setup(
'fastapi',
'uvicorn',
'httpx',
'pydantic',
'sqlalchemy',
'typer'
],
entry_points={