17 lines
456 B
TOML
17 lines
456 B
TOML
[project]
|
|
name = "generic-api-endpoint"
|
|
version = "2025.9.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{name = "Denis Magel", email = "denis.magel@netapp.com"},
|
|
{name = "Alexey Mikhaylov", email = "alexey.mikhaylov@netapp.com"},
|
|
{name = "Pascal Scheiben", email = "pascal.scheiben@netapp.com"}
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi[standard]>=0.116.2",
|
|
"httpx>=0.28.1",
|
|
"redis>=6.4.0",
|
|
]
|