create fastapi
This commit is contained in:
parent
a21dbb08d4
commit
f42e8e4807
6 changed files with 40 additions and 43 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue