This commit is contained in:
Waylon Walker 2025-11-22 21:59:30 -06:00
parent cd33982985
commit 9d6d509618
3 changed files with 106 additions and 35 deletions

View file

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