update to last pyathena >= 1.10.8, to fix athena CSV upload (#10188)

This commit is contained in:
thibault ketterer 2020-06-29 16:38:58 +02:00 committed by GitHub
parent 26d34727d3
commit 539e11b67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ setup(
"wtforms-json",
],
extras_require={
"athena": ["pyathena>=1.10.8,<1.11"],
"bigquery": ["pybigquery>=0.4.10", "pandas_gbq>=0.10.0"],
"cors": ["flask-cors>=2.0.0"],
"gsheets": ["gsheetsdb>=0.1.9"],