feat: add new folder

This commit is contained in:
Daniel
2026-03-30 20:49:40 +08:00
commit c7788fdd92
64 changed files with 19910 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[project]
name = "gig-poc-api"
version = "0.1.0"
description = "Flexible gig work POC API"
requires-python = ">=3.11"
dependencies = [
"fastapi==0.115.12",
"uvicorn[standard]==0.34.0",
"sqlalchemy==2.0.40",
"psycopg[binary]==3.2.6",
"pydantic==2.11.3",
"pydantic-settings==2.8.1",
"httpx==0.28.1",
"qdrant-client==1.14.2",
"python-dateutil==2.9.0.post0",
"orjson==3.10.16",
]
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"