oidc-fastapi-test/pyproject.toml

33 lines
666 B
TOML

[project]
name = "oidc-fastapi-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"authlib>=1.4.0",
"cachetools>=5.5.0",
"fastapi[standard]>=0.115.6",
"itsdangerous>=2.2.0",
"passlib[bcrypt]>=1.7.4",
"pydantic-settings>=2.7.1",
"python-jose[cryptography]>=3.3.0",
"requests>=2.32.3",
"sqlmodel>=0.0.22",
]
[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