This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
rio-tiler-tms/pyproject.toml

14 lines
278 B
TOML
Raw Permalink Normal View History

2026-02-22 10:51:28 +08:00
[project]
name = "rio-tiler-tms"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.129.0",
"rasterio>=1.5.0",
"rio-cogeo>=7.0.1",
"rio-tiler>=8.0.5",
"uvicorn>=0.41.0",
]