akas 2.3.0

AKAS: API Key Authorization Server
[project]
name = "akas-test"
version = "0.0.0"
description = "Project to test AKAS whith Robot Framework"
authors = [
    { name = "FX Soubirou", email = "soubirou@yahoo.fr" }
]
dependencies = []
readme = "README.md"
requires-python = ">= 3.10"

[dependency-groups]
dev = [
    "robotframework==7.3.1",
    "robotframework-requests==0.9.7",
    "robotframework-robocop==6.4.0",
]

[tool.robocop.lint]
ignore = ["LEN04", "LEN06", "LEN08"]