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