create fastapi

This commit is contained in:
Waylon Walker 2024-03-01 10:23:13 -06:00
parent a21dbb08d4
commit f42e8e4807
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
6 changed files with 40 additions and 43 deletions

View file

@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [ 'rich', 'sqlmodel', 'typer', 'iterfzf']
dependencies = [ 'rich', 'sqlmodel', 'typer', 'iterfzf', 'fastapi', 'uvicorn']
[project.urls]
Documentation = "https://github.com/waylonwalker/sqlmodel-base#readme"