diff --git a/Pipfile b/Pipfile index 3991466..75e0f6b 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,6 @@ black = "*" [packages] "discord.py" = "*" dateparser = "*" -dhooks = "*" apscheduler = "*" sqlalchemy = "*" python-dotenv = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 9b86fd3..337d08b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d2e15ebcdcb0daffa7b0e7d4d9accf160b62311684e92a279f3541cbeb0528f8" + "sha256": "7eecc86a5d824cdf407b865fbc1afba4db6e36196b6efc81c883cb9e828fd1d7" }, "pipfile-spec": 6, "requires": { @@ -59,13 +59,6 @@ "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==20.3.0" }, - "certifi": { - "hashes": [ - "sha256:1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd", - "sha256:f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4" - ], - "version": "==2020.11.8" - }, "chardet": { "hashes": [ "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", @@ -81,13 +74,6 @@ "index": "pypi", "version": "==1.0.0" }, - "dhooks": { - "hashes": [ - "sha256:5e3f599c06e09a7e185a1368d8ce665ad7682e689f01e510682b379d2f8a9d2b" - ], - "index": "pypi", - "version": "==1.1.4" - }, "discord.py": { "hashes": [ "sha256:2367359e31f6527f8a936751fc20b09d7495dd6a76b28c8fb13d4ca6c55b7563", @@ -196,14 +182,6 @@ ], "version": "==2020.11.13" }, - "requests": { - "hashes": [ - "sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8", - "sha256:e786fa28d8c9154e6a4de5d46a1d921b8749f8b74e28bde23768e5e16eece998" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", - "version": "==2.25.0" - }, "six": { "hashes": [ "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259", @@ -263,14 +241,6 @@ ], "version": "==2.1" }, - "urllib3": { - "hashes": [ - "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08", - "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", - "version": "==1.26.2" - }, "yarl": { "hashes": [ "sha256:040b237f58ff7d800e6e0fd89c8439b841f777dd99b4a9cca04d6935564b9409", diff --git a/requirements.txt b/requirements.txt index fdcf560..f2b6cc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,10 +10,8 @@ aiohttp==3.6.3; python_full_version >= '3.5.3' apscheduler==3.6.3 async-timeout==3.0.1; python_full_version >= '3.5.3' attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -certifi==2020.11.8 chardet==3.0.4 dateparser==1.0.0 -dhooks==1.1.4 discord.py==1.5.1 idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' multidict==4.7.6; python_version >= '3.5' @@ -21,9 +19,7 @@ python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, python-dotenv==0.15.0 pytz==2020.4 regex==2020.11.13 -requests==2.25.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==1.3.20 tzlocal==2.1 -urllib3==1.26.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' yarl==1.5.1; python_version >= '3.5'