mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
20 lines
379 B
TOML
20 lines
379 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"
|
|
psycopg2-binary = "^2.9.9"
|
|
geoservercloud = "^0.5.0"
|
|
sqlalchemy = "^2.0.35"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|