diff options
| author | 2021-01-22 11:54:08 +0100 | |
|---|---|---|
| committer | 2021-01-22 11:54:08 +0100 | |
| commit | 1e7d1c6af4eac0482a8b80e21181e02f28be8060 (patch) | |
| tree | 021f0ae531de4c15205a12b293ff3bc22eb810de /Pipfile | |
| parent | Fix issues with multiple gets being suspended when a refresh starts (diff) | |
| parent | Merge pull request #1346 from python-discord/bug/help/1341/race-conditions (diff) | |
Merge remote-tracking branch 'upstream/master' into doc-imp
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 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" = {git = "https://github.com/Rapptz/discord.py.git", ref = "94f76e63947b102e5de6dae9a2cd687b308033"} +"discord.py" = "~=1.6.0" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" lxml = "~=4.4" @@ -24,6 +24,7 @@ python-dateutil = "~=2.8" pyyaml = "~=5.1" sentry-sdk = "~=0.19" statsd = "~=3.3" +arrow = "~=0.17" emoji = "~=0.6" [dev-packages] |