2025-11-25 15:18:37 +01:00

22 lines
560 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.6.0"
# For local development of the Python client, uncomment the following line and comment out the line above
# geoservercloud = { path = "../../python-geoservercloud", develop = true }
sqlalchemy = "^2.0.35"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"