Container, bug fixes

This commit is contained in:
phil 2025-01-09 23:41:32 +01:00
parent 23f180e521
commit 57041e9233
14 changed files with 512 additions and 291 deletions

View file

@ -3,7 +3,7 @@ name = "fastapi-oidc-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.13"
dependencies = [
"authlib>=1.4.0",
"cachetools>=5.5.0",
@ -12,10 +12,22 @@ dependencies = [
"passlib[bcrypt]>=1.7.4",
"pydantic-settings>=2.7.1",
"python-jose[cryptography]>=3.3.0",
"requests>=2.32.3",
"sqlmodel>=0.0.22",
]
[tool.uv.sources]
fastapi = { path = "../fastapi", editable = true }
[project.scripts]
oidc-test = "oidc_test.main:main"
[dependency-groups]
dev = ["ipdb>=0.13.13"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/oidc_test"]
[tool.uv]
package = true