第一次提交
This commit is contained in:
25
authz-service/src/pyproject.toml
Normal file
25
authz-service/src/pyproject.toml
Normal file
@ -0,0 +1,25 @@
|
||||
[project]
|
||||
name = "authz-service"
|
||||
version = "0.1.0"
|
||||
description = "OAuth-first AuthZ service for backend registration, permissions, and Outlook settings"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.0,<1.0.0",
|
||||
"uvicorn[standard]>=0.34.0,<1.0.0",
|
||||
"pydantic>=2.12.0,<3.0.0",
|
||||
"cryptography>=45.0.0,<46.0.0",
|
||||
"PyJWT>=2.10.0,<3.0.0",
|
||||
"python-multipart>=0.0.20,<1.0.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=8.3.0,<9.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["app"]
|
||||
Reference in New Issue
Block a user