This commit is contained in:
Dave Mateer
2022-05-11 14:01:22 +01:00
parent bba510b8c2
commit b3599dee71
3 changed files with 6 additions and 0 deletions

View File

@@ -17,8 +17,13 @@ selenium = "*"
snscrape = "*"
yt-dlp = "*"
telethon = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
oauth2client = "*"
[dev-packages]
autopep8 = "*"
[requires]
python_version = "3.9"

View File

@@ -11,6 +11,7 @@ import traceback
import archivers
from storages import S3Storage, S3Config
from storages.gd_storage import GDConfig, GDStorage
from utils import GWorksheet, mkdir_if_not_exists
import sys

0
storages/gd_storage.py Normal file
View File