14 lines
393 B
TOML
14 lines
393 B
TOML
[project]
|
|
name = "porchlight-rp-reference"
|
|
version = "0.1.0"
|
|
description = "Hand-rolled OIDC Relying Party reference for porchlight (not committed)"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.110",
|
|
"uvicorn[standard]>=0.27",
|
|
"httpx>=0.27",
|
|
"pyjwt[crypto]>=2.8",
|
|
"itsdangerous>=2.1",
|
|
]
|
|
|
|
# Run with: uv run uvicorn app:create_app --factory --port 9000 --reload
|