Skip to content

Commit

Permalink
Updated requirements for gdrive and gmail
Browse files Browse the repository at this point in the history
Updated teststatus
  • Loading branch information
OzzieIsaacs committed Jan 24, 2022
1 parent d9c10b8 commit 01ab75a
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 85 deletions.
4 changes: 2 additions & 2 deletions optional-requirements.txt
@@ -1,5 +1,5 @@
# GDrive Integration
google-api-python-client>=1.7.11,<2.36.0
google-api-python-client>=1.7.11,<2.37.0
gevent>20.6.0,<22.0.0
greenlet>=0.4.17,<1.2.0
httplib2>=0.9.2,<0.21.0
Expand All @@ -14,7 +14,7 @@ six>=1.10.0,<1.17.0

# Gmail
google-auth-oauthlib>=0.4.3,<0.5.0
google-api-python-client>=1.7.11,<2.36.0
google-api-python-client>=1.7.11,<2.37.0

# goodreads
goodreads>=0.3.2,<0.4.0
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -59,7 +59,7 @@ install_requires =

[options.extras_require]
gdrive =
google-api-python-client>=1.7.11,<2.36.0
google-api-python-client>=1.7.11,<2.37.0
gevent>20.6.0,<22.0.0
greenlet>=0.4.17,<1.2.0
httplib2>=0.9.2,<0.21.0
Expand All @@ -73,7 +73,7 @@ gdrive =
six>=1.10.0,<1.17.0
gmail =
google-auth-oauthlib>=0.4.3,<0.5.0
google-api-python-client>=1.7.11,<2.36.0
google-api-python-client>=1.7.11,<2.37.0
goodreads =
goodreads>=0.3.2,<0.4.0
python-Levenshtein>=0.12.0,<0.13.0
Expand Down

0 comments on commit 01ab75a

Please sign in to comment.