Merge branch 'main' into feature/add-asana-integration

This commit is contained in:
IamSayeed
2026-02-15 13:07:15 +05:30
committed by GitHub
236 changed files with 33232 additions and 4074 deletions
+14 -1
View File
@@ -32,6 +32,7 @@ dependencies = [
"resend>=2.0.0",
"asana>=3.2.0",
"framework",
]
[project.optional-dependencies]
@@ -46,14 +47,22 @@ ocr = [
"pytesseract>=0.3.10",
"pillow>=10.0.0",
]
excel = [
"openpyxl>=3.1.0",
]
sql = [
"duckdb>=1.0.0",
]
bigquery = [
"google-cloud-bigquery>=3.0.0",
]
all = [
"RestrictedPython>=7.0",
"pytesseract>=0.3.10",
"pillow>=10.0.0",
"duckdb>=1.0.0",
"openpyxl>=3.1.0",
"google-cloud-bigquery>=3.0.0",
]
[tool.uv.sources]
@@ -96,4 +105,8 @@ testpaths = ["tests"]
asyncio_mode = "auto"
[dependency-groups]
dev = ["ty>=0.0.13", "ruff>=0.14.14"]
dev = [
"ty>=0.0.13",
"ruff>=0.14.14",
"duckdb>=1.4.4",
]