13 lines
287 B
TOML
13 lines
287 B
TOML
[project]
|
|
name = "acme-app"
|
|
version = "0.3.0"
|
|
description = "Przykładowa aplikacja korzystająca z acme-sdk 1.x - fixture dla pipeline'u agentowego"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"acme-sdk==1.4.2",
|
|
"httpx>=0.27",
|
|
]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|