Upgrade gsheetsdb (#6609)

This commit is contained in:
Beto Dealmeida 2019-01-07 22:48:33 -08:00 committed by GitHub
parent 818a6a832c
commit 3c17dac35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ flower==0.9.2
future==0.16.0 # via pyhive
geopy==1.11.0
google-auth==1.6.1 # via gsheetsdb
gsheetsdb==0.1.8
gsheetsdb==0.1.9
gunicorn==19.8.0
humanize==0.5.1
idna==2.6

View File

@ -67,7 +67,7 @@ setup(
'flask-wtf',
'flower', # deprecated
'geopy',
'gsheetsdb>=0.1.8',
'gsheetsdb>=0.1.9',
'gunicorn', # deprecated
'humanize',
'idna',