1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Clean deprecated packages from Pipfile

This commit is contained in:
Dylan Dizon 2018-11-15 15:26:02 -05:00
parent 4b0abce876
commit 57faf39b96
2 changed files with 1 additions and 6 deletions

View file

@ -9,13 +9,9 @@ name = "pypi"
aiohttp = "*" aiohttp = "*"
beautifulsoup4 = "*" beautifulsoup4 = "*"
"discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"} "discord.py" = {extras = ["voice"], git = "https://github.com/Rapptz/discord.py", ref = "rewrite"}
gitpython = "*"
google-api-python-client = "*"
hurry = "*"
"hurry.filesize" = "*" "hurry.filesize" = "*"
lxml = "*" lxml = "*"
pyrasite = "*"
requests = "*" requests = "*"
websockets = "*" websockets = "*"
[dev-packages] [dev-packages]

View file

@ -8,7 +8,6 @@ import traceback as tb
from contextlib import redirect_stdout, suppress from contextlib import redirect_stdout, suppress
import discord as d import discord as d
import pyrasite as pyr
from discord.ext import commands as cmds from discord.ext import commands as cmds
from misc import exceptions as exc from misc import exceptions as exc