From 57faf39b960de75bfdb529e532db7a07692810eb Mon Sep 17 00:00:00 2001 From: Dylan Dizon Date: Thu, 15 Nov 2018 15:26:02 -0500 Subject: [PATCH] Clean deprecated packages from Pipfile --- Pipfile | 6 +----- src/cogs/owner.py | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 12b1c3f..6fd19a3 100644 --- a/Pipfile +++ b/Pipfile @@ -9,13 +9,9 @@ name = "pypi" aiohttp = "*" beautifulsoup4 = "*" "discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"} -gitpython = "*" -google-api-python-client = "*" -hurry = "*" "hurry.filesize" = "*" lxml = "*" -pyrasite = "*" requests = "*" websockets = "*" -[dev-packages] +[dev-packages] \ No newline at end of file diff --git a/src/cogs/owner.py b/src/cogs/owner.py index 1cc2129..e98f26b 100644 --- a/src/cogs/owner.py +++ b/src/cogs/owner.py @@ -8,7 +8,6 @@ import traceback as tb from contextlib import redirect_stdout, suppress import discord as d -import pyrasite as pyr from discord.ext import commands as cmds from misc import exceptions as exc