First commit
This commit is contained in:
21
apps/integration-layer/pyproject.toml
Normal file
21
apps/integration-layer/pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "integration-layer"
|
||||
version = "0.1.0"
|
||||
description = "A CLI to interact with the integration layer API."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Anibal Angulo", email = "a8065384@banorte.com" }
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"requests",
|
||||
"typer",
|
||||
"rich"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
int-layer = "integration_layer.cli:app"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.8.12,<0.9.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user