# TiTiler and FastAPI dependencies for tile server
titiler.application>=0.16
uvicorn[standard]>=0.20.0
fastapi>=0.100.0
python-multipart>=0.0.6

# Rasterio and COG tools for GeoTIFF processing
rasterio>=1.3
rio-cogeo>=5.0
geopandas>=0.14
pyogrio>=0.7
rtree>=1.0

# File handling and geospatial dependencies
pydantic>=2.0.0

accelerate>=0.24.0

# Shapefile support (optional)
fiona>=1.9.0
shapely>=2.0.0
