mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
18 lines
329 B
TOML
18 lines
329 B
TOML
[tool.poetry]
|
|
name = "acceptance-tests"
|
|
version = "0.1.0"
|
|
description = "todo"
|
|
authors = ["todo"]
|
|
readme = "README.md"
|
|
packages = [{ include = "tests" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
pytest = "^8.3.3"
|
|
geoservercloud = "^0.2.5"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|