From 009c0dd8cadb3420fc99acc1e6b1243c9f0f4ddb Mon Sep 17 00:00:00 2001 From: Logan Williams Date: Sun, 20 Feb 2022 11:06:47 +0100 Subject: [PATCH] Clean up dependencies --- Pipfile | 4 +--- Pipfile.lock | 25 ++----------------------- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/Pipfile b/Pipfile index 88dbebf..0d954c9 100644 --- a/Pipfile +++ b/Pipfile @@ -9,14 +9,12 @@ boto3 = "*" python-dotenv = "*" youtube_dl = "*" argparse = "*" -ffmpeg-python = "*" beautifulsoup4 = "*" nordvpn-switcher = "*" tiktok-downloader = {git = "https://github.com/msramalho/tiktok-downloader"} -telethon = "*" -ffmpeg = "*" bs4 = "*" loguru = "*" +ffmpeg-python = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 8a5f227..b354d59 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "420a5d5c155830dac792fe2f037bebce97c30f4271301bb5950a288254798660" + "sha256": "af39efbad8c78641a732697001193b5f4f92a0af8a9709081428001362a47060" }, "pipfile-spec": 6, "requires": { @@ -93,13 +93,6 @@ ], "version": "==1.2.58" }, - "ffmpeg": { - "hashes": [ - "sha256:6931692c890ff21d39938433c2189747815dca0c60ddc7f9bb97f199dba0b5b9" - ], - "index": "pypi", - "version": "==1.4" - }, "ffmpeg-python": { "hashes": [ "sha256:65225db34627c578ef0e11c8b1eb528bb35e024752f6f10b78c011f6f64c4127", @@ -369,12 +362,6 @@ ], "version": "==0.6.0" }, - "pyaes": { - "hashes": [ - "sha256:02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f" - ], - "version": "==1.6.1" - }, "pyasn1": { "hashes": [ "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359", @@ -497,14 +484,6 @@ "markers": "python_version >= '3.6'", "version": "==2.3.1" }, - "telethon": { - "hashes": [ - "sha256:04fdc5fa4ed3e886e6ecf4bad79205ab8880c6aefbd42c29c89c689a502aa816", - "sha256:818cb61281ed3f75ba4da9b68cb69486bed9474d2db4e0aa16e482053117452c" - ], - "index": "pypi", - "version": "==1.24.0" - }, "tiktok-downloader": { "git": "https://github.com/msramalho/tiktok-downloader", "ref": "81c6ea1f959b2cc5620961043272592bd1bfc2e2" @@ -535,4 +514,4 @@ } }, "develop": {} -} \ No newline at end of file +}