initial commit
This commit is contained in:
18
backend/pyproject.toml
Normal file
18
backend/pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "periodic-table"
|
||||
version = "0.1.0"
|
||||
description = "FastAPI Keycloak Authentication"
|
||||
authors = ["OntoKG"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
python-keycloak = "^5.8.1"
|
||||
fastapi = "^0.115.0"
|
||||
pydantic = "^2.12.4"
|
||||
pydantic-settings = "^2.12.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.32.0"}
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user