oca-server-auth/odoo-bringout-oca-server-auth-auth_api_key_server_env/pyproject.toml
2025-08-29 15:43:06 +02:00

49 lines
1.4 KiB
TOML

[project]
name = "odoo-bringout-oca-server-auth-auth_api_key_server_env"
version = "16.0.0"
description = "Auth API key server environment -
Configure api keys via server env.
This can be very useful to avoid mixing your keys between your various
environments when restoring databases. All you have to do is to add a new
section to your configuration file according to the following convention:
"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-server-auth-auth_api_key>=16.0.0",
"odoo-bringout-oca-server-auth-server_environment>=16.0.0",
"requests>=2.25.1"
]
readme = "README.md"
requires-python = ">= 3.11"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]
[project.urls]
homepage = "https://github.com/bringout/0"
repository = "https://github.com/bringout/0"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["auth_api_key_server_env"]
[tool.rye]
managed = true
dev-dependencies = [
"pytest>=8.4.1",
]