diff options
| author | 2020-11-10 01:42:51 +0200 | |
|---|---|---|
| committer | 2020-11-10 01:42:51 +0200 | |
| commit | 690f906c613ce90da403fc7a8942dc4d24cea000 (patch) | |
| tree | d3dac1ccaef94a1d5499322f1b2862ae3c51cbbf /Pipfile | |
| parent | Automatically add periods as visual buffers (diff) | |
| parent | Merge pull request #1273 from python-discord/sebastiaan/bugs/codeblock-langua... (diff) | |
Merge branch 'master' into pure/feature/infraction-append
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ beautifulsoup4 = "~=4.9" colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} coloredlogs = "~=14.0" deepdiff = "~=4.0" -discord.py = "~=1.4.0" +"discord.py" = "~=1.5.0" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" |