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-cli
httpx
python-multipart
mypy
polars
psycopg

View File

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