pull/35/head
Dave Mateer 2022-05-11 14:01:22 +01:00
rodzic bba510b8c2
commit b3599dee71
3 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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

Wyświetl plik