# Tests & lint
tox
pre-commit
black
pytest
coverage
pytest-cov
flake8
pylint
tempenv

# Deploy
twine

# -- Libs for all platforms
# Base
tqdm
lxml
dill
psutil
geopandas>=0.11.0
cloudpathlib[all]>=0.10.0
xarray>=0.18.0
shapely >= 2.0.0

# Colorlog
colorlog

# rasters_rio
rasterio>=1.3.0

# rasters
rioxarray>=0.4.0

# dask
dask[complete]>=2021.10.0
