diff options
| author | 2021-01-03 07:57:49 +0000 | |
|---|---|---|
| committer | 2021-01-03 07:57:49 +0000 | |
| commit | 3f52698dbf9bd8277b8ec5c0c25c1d56bd159a8e (patch) | |
| tree | 34cb166f6b98562443a79d42f987989293ec5da2 /Pipfile | |
| parent | Re-lock Pipfile (diff) | |
| parent | Merge pull request #1334 from python-discord/bug/precommit-pycharm (diff) | |
Merge branch 'master' into branding-manager
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" arrow = "~=0.17" |