testoperenv/python/pyproject.toml

20 lines
413 B
TOML
Raw Normal View History

2023-11-26 17:29:15 +01:00
[tool.poetry]
name = "smoketest"
version = "0.1.0"
description = "Smoketest to see if python tooling is functioning"
authors = ["Peter Tillemans <pti@snamellit.com>"]
license = "GPL2"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"