Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "height_profile" | |
| version = "0.1.0" | |
| description = "Hugging Face space that generates a height profile for GPX file" | |
| authors = ["Arthur Dent <arthur@dent.space>"] | |
| license = "MIT" | |
| readme = "README.md" | |
| # packages = [{include = "python_minimal_boilerplate"}] | |
| [tool.poetry.dependencies] | |
| python = ">=3.10,<3.13" | |
| streamlit = "1.24.0" | |
| scipy = "1.11.1" | |
| watchdog = "^3.0.0" | |
| folium = "^0.14.0" | |
| streamlit-folium = "^0.12.0" | |
| altair = "5.0.1" | |
| [tool.poetry.group.dev.dependencies] | |
| black = "^23.3.0" | |
| isort = "^5.10.1" | |
| pytest = "^7.3.1" | |
| pre-commit = "^3.3.2" | |
| ruff = "^0.0.270" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |
| [tool.isort] | |
| profile = "black" |