Skip to content

Commit

Permalink
setup: Fix versions of notebook and requests for Google Colaboratory, c…
Browse files Browse the repository at this point in the history
…loses #38
  • Loading branch information
jpmckinney committed Jan 6, 2021
1 parent 9d4fd39 commit 6c9a573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
'gspread<3.5.0', # google-colab 1.0.0 requires google-auth~=1.4.0
'gspread-dataframe',
'libcoveocds',
'notebook~=5.2.0', # google-colab 1.0.0
'notebook~=5.3.0', # required by Google Colaboratory (google-colab 1.0.0 requires notebook~=5.2.0)
'oauth2client',
'pydrive',
'requests~=2.21.0', # google-colab 1.0.0
'requests~=2.23.0', # required by Google Colaboratory (google-colab 1.0.0 requires requests~=2.21.0)
'ipython-sql~=0.4.0',
# https://github.com/googleapis/google-api-python-client/issues/870
'google-api-python-client!=1.8.1,<1.9.0', # google-colab 1.0.0 requires google-auth~=1.4.0
Expand Down

0 comments on commit 6c9a573

Please sign in to comment.