14 lines
278 B
TOML
14 lines
278 B
TOML
[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",
|
|
]
|