diff options
| author | 2020-10-11 07:53:58 +0300 | |
|---|---|---|
| committer | 2020-10-11 07:53:58 +0300 | |
| commit | 0d05c458603501bbacb041e3cb0ac1ee08e35813 (patch) | |
| tree | c235ba1ccb44a257e7efcd4310750fbfca9a079f /Pipfile | |
| parent | Add voice gate configuration to config-default.yml (diff) | |
| parent | Merge pull request #1165 from RohanJnr/smart_syncing_users (diff) | |
Merge remote-tracking branch 'up/master' into voice-gate
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" |