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:
parent
4b0abce876
commit
57faf39b96
2 changed files with 1 additions and 6 deletions
6
Pipfile
6
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]
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue