diff options
| author | 2020-12-20 14:32:49 -0500 | |
|---|---|---|
| committer | 2020-12-20 14:32:49 -0500 | |
| commit | 2b73df65fdd6fd2256d8a3f95b5181b6e10141bc (patch) | |
| tree | 6e75bd1c0a5c8f0e810d63e75e11b3703095aad6 /Pipfile | |
| parent | Responses from the bot mention the user. (diff) | |
| parent | Add the clear alias to the clean command (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into swfarnsworth/developer_command
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,11 +14,11 @@ beautifulsoup4 = "~=4.9" colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} coloredlogs = "~=14.0" deepdiff = "~=4.0" -"discord.py" = "~=1.5.0" +"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", ref = "93f102ca907af6722ee03638766afd53dfe93a7f"} feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" -markdownify = "~=0.4" +markdownify = "==0.5.3" more_itertools = "~=8.2" python-dateutil = "~=2.8" pyyaml = "~=5.1" |