HydrantenGPX/pyproject.toml

18 lines
339 B
TOML
Raw Permalink Normal View History

2021-08-12 19:40:44 +00:00
[tool.poetry]
name = "hydranten"
version = "0.1.0"
description = ""
authors = ["Tobias Brunner <tobias@tobru.ch>"]
[tool.poetry.dependencies]
python = "^3.9"
gpxpy = "^1.4.2"
requests = "^2.26.0"
[tool.poetry.dev-dependencies]
black = "^21.7b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"