added a missing dependency; added support for redshift queries to return 0 rows

This commit is contained in:
Ari Brown 2024-02-01 14:56:48 -05:00
parent 6e249086d2
commit 40d2eefd81
3 changed files with 17 additions and 13 deletions

View file

@ -23,4 +23,5 @@ joblib = "^1.1.0"
fabric = "^3.0.0"
s3fs = "2023.6.0"
mako = ">1.2.0"
dask[distributed] = ">2023.11.0"
dask = ">2023.11.0"
distributed = ">2023.11.0"