added python-multipart

This commit is contained in:
2026-03-07 16:16:01 -05:00
parent 18f149b831
commit e893ea0f57
2 changed files with 4 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
fastapi fastapi
fastapi-cli fastapi-cli
httpx httpx
python-multipart
mypy mypy
polars polars
psycopg psycopg

View File

@@ -7,11 +7,13 @@ requires-python = "~=3.13.0"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
# these dependencies are a best effort and aren't guaranteed to work # these dependencies are a best effort and aren't guaranteed to work
# for up-to-date dependencies, see overlays/default.nix
dependencies = [ dependencies = [
"alembic", "alembic",
"apprise", "apprise",
"apscheduler", "apscheduler",
"httpx", "httpx",
"python-multipart",
"polars", "polars",
"psycopg[binary]", "psycopg[binary]",
"pydantic", "pydantic",
@@ -23,6 +25,7 @@ dependencies = [
[project.scripts] [project.scripts]
database = "python.database_cli:app" database = "python.database_cli:app"
van-inventory = "python.van_inventory.main:serve"
[dependency-groups] [dependency-groups]
dev = [ dev = [