Update optional-requirements.txt
Bugfix Mail task after convert task
Showing
# GDrive Integration | # GDrive Integration | ||
google-api-python-client>=1.7.11,<2.1.0 | |||
gevent>20.6.0,<21.2.0 | gevent>20.6.0,<21.2.0 | ||
greenlet>=0.4.17,<1.1.0 | greenlet>=0.4.17,<1.1.0 | ||
httplib2>=0.9.2,<0.18.0 | httplib2>=0.9.2,<0.18.0 | ||
# oauth2client>=4.0.0,<4.1.4 | oauth2client>=4.0.0,<4.1.4 | ||
uritemplate>=3.0.0,<3.1.0 | uritemplate>=3.0.0,<3.1.0 | ||
pyasn1-modules>=0.0.8,<0.3.0 | pyasn1-modules>=0.0.8,<0.3.0 | ||
pyasn1>=0.1.9,<0.5.0 | pyasn1>=0.1.9,<0.5.0 | ||
... | @@ -12,6 +11,12 @@ PyYAML>=3.12 | ... | @@ -12,6 +11,12 @@ PyYAML>=3.12 |
rsa>=3.4.2,<4.1.0 | rsa>=3.4.2,<4.1.0 | ||
six>=1.10.0,<1.15.0 | six>=1.10.0,<1.15.0 | ||
# Gdrive and Gmail integration | |||
google-api-python-client>=1.7.11,<2.1.0 | |||
# Gmail | |||
google-auth-oauthlib>=0.4.3,<0.5.0 | |||
# goodreads | # goodreads | ||
goodreads>=0.3.2,<0.4.0 | goodreads>=0.3.2,<0.4.0 | ||
python-Levenshtein>=0.12.0,<0.13.0 | python-Levenshtein>=0.12.0,<0.13.0 | ||
... | ... |
Please
register
or
sign in
to comment