diff options
| author | 2020-12-29 14:54:46 +0200 | |
|---|---|---|
| committer | 2020-12-29 14:54:46 +0200 | |
| commit | 66ea8a394cb48186bb66e42df4460104c80e87e2 (patch) | |
| tree | f0da7127a865a2a7a5e17a6782318a0acc7689a8 /Pipfile | |
| parent | Log info instead error for watchchannel consume task cancel (diff) | |
| parent | Merge pull request #1328 from python-discord/swfarnsworth/developer_command (diff) | |
Merge branch 'master' into bug-fixes
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,16 +14,16 @@ 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" requests = "~=2.22" -sentry-sdk = "~=0.14" +sentry-sdk = "~=0.19" sphinx = "~=2.2" statsd = "~=3.3" emoji = "~=0.6" |