diff options
| author | 2020-10-11 01:15:50 -0400 | |
|---|---|---|
| committer | 2020-10-11 01:15:50 -0400 | |
| commit | a805855d1725c7251b28f8456ab1724854b00d9a (patch) | |
| tree | 3c998fba8db2be123dbed33c3d037fe023895b1b /Pipfile | |
| parent | Add Metricity DB URL to site (docker-compose.yml) (diff) | |
| parent | Merge pull request #1165 from RohanJnr/smart_syncing_users (diff) | |
Merge branch 'master' into metricity-site
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" |