setup workos

This commit was merged in pull request #10.
This commit is contained in:
2026-05-02 20:57:09 -04:00
committed by Richie
parent de9e59b5f4
commit 7f2b388e7a
20 changed files with 1286 additions and 142 deletions
+8 -2
View File
@@ -4,12 +4,15 @@ version = "0.1.0"
description = "Data science pipeline tools and legislative dashboard."
requires-python = ">=3.12"
dependencies = [
"alembic",
"fastapi",
"httpx",
"uvicorn[standard]",
"jinja2",
"sqlalchemy",
"psycopg",
"sqlalchemy",
"typer",
"uvicorn[standard]",
"workos",
]
[project.optional-dependencies]
@@ -20,3 +23,6 @@ test = [
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
[tool.setuptools.packages.find]
include = ["pipelines*"]