[#50] Add sharing materi option: Google Drive
... | ... | @@ -29,13 +29,16 @@ entrypoints==0.3 |
filelock==3.0.12 | ||
flake8==3.7.9 | ||
flake8-isort==3.0.0 | ||
google-api-core==1.17.0 | ||
google-auth==1.14.1 | ||
google-api-core==1.22.4 | ||
google-api-python-client==1.12.3 | ||
google-auth==1.22.1 | ||
google-auth-httplib2==0.0.4 | ||
google-cloud-core==1.3.0 | ||
google-cloud-storage==1.28.0 | ||
google-resumable-media==0.5.0 | ||
googleapis-common-protos==1.51.0 | ||
gunicorn==20.0.4 | ||
httplib2==0.18.1 | ||
identify==1.4.15 | ||
idna==2.9 | ||
importlib-metadata==1.5.2 | ||
... | ... | @@ -43,16 +46,18 @@ importlib-resources==1.4.0 |
isort==4.3.21 | ||
lazy-object-proxy==1.4.3 | ||
mccabe==0.6.1 | ||
mock==4.0.2 | ||
more-itertools==8.2.0 | ||
nodeenv==1.3.5 | ||
numpy==1.19.2 | ||
oauth2client==4.1.3 | ||
packaging==20.3 | ||
pandas==1.1.3 | ||
pathspec==0.8.0 | ||
Pillow==7.1.1 | ||
pluggy==0.13.1 | ||
pre-commit==2.3.0 | ||
protobuf==3.11.3 | ||
protobuf==3.13.0 | ||
psycopg2==2.8.4 | ||
psycopg2-binary==2.8.6 | ||
py==1.8.1 | ||
... | ... | @@ -60,6 +65,7 @@ pyasn1==0.4.8 |
pyasn1-modules==0.2.8 | ||
pycodestyle==2.5.0 | ||
pycparser==2.20 | ||
PyDrive==1.3.1 | ||
pyflakes==2.1.1 | ||
pylint==2.4.4 | ||
pylint-django==2.0.15 | ||
... | ... | @@ -82,6 +88,7 @@ sqlparse==0.3.1 |
testfixtures==6.14.1 | ||
toml==0.10.0 | ||
typed-ast==1.4.1 | ||
uritemplate==3.0.1 | ||
urllib3==1.25.9 | ||
virtualenv==20.0.18 | ||
wcwidth==0.1.9 | ||
... | ... |
Please register or sign in to comment