-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discord.pyのバージョンを1.6.0に変更(元は1.5.1)。その他未利用のモジュールを削除
- Loading branch information
1 parent
54e39bc
commit 290bcfd
Showing
1 changed file
with
5 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,10 @@ | ||
aiohttp==3.6.2 | ||
astroid==2.4.2 | ||
async-timeout==3.0.1 | ||
attrs==20.2.0 | ||
attrs==20.3.0 | ||
chardet==3.0.4 | ||
colorama==0.4.3 | ||
DateTime==4.3 | ||
discord.py==1.5.1 | ||
idna==2.10 | ||
isort==5.5.1 | ||
lazy-object-proxy==1.4.3 | ||
mccabe==0.6.1 | ||
discord.py==1.6.0 | ||
idna==3.1 | ||
mojimoji==0.0.11 | ||
multidict==4.7.6 | ||
pylint==2.6.0 | ||
python-dateutil==2.8.1 | ||
python-dotenv==0.14.0 | ||
pytz==2020.1 | ||
six==1.15.0 | ||
toml==0.10.1 | ||
typed-ast==1.4.1 | ||
typing-extensions==3.7.4.3 | ||
websockets==6.0 | ||
wrapt==1.12.1 | ||
yarl==1.5.1 | ||
zope.interface==5.1.0 | ||
mojimoji==0.0.11 | ||
yarl==1.6.3 |