Files
hiking_assistant/pyproject.toml
2025-11-27 10:42:45 +08:00

21 lines
432 B
TOML

[project]
name = "hiking-assistant"
version = "0.1.0"
description = "This is a web app to analyze gpx for hiking planning"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["streamlit>=1.51.0"]
[dependency-groups]
dev = ["pre-commit>=4.5.0", "pytest>=9.0.1", "ruff>=0.14.6"]
[tool.ruff]
line-length = 150
target-version = "py313"
[tool.ruff.lint]
select = ["E", "F", "I"]
[tool.ruff.format]
quote-style = "single"