setup workos
This commit is contained in:
+8
-2
@@ -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*"]
|
||||
|
||||
Reference in New Issue
Block a user