diff options
| author | 2020-09-09 17:34:27 -0700 | |
|---|---|---|
| committer | 2020-09-09 17:34:27 -0700 | |
| commit | bc0de8036cac398c4d339008a1ff4986918cef9d (patch) | |
| tree | 3f2f94647aeecc930e51dc83bace5263f418fa29 /Pipfile | |
| parent | Fix attribute docstring for LockedResourceError (diff) | |
| parent | Merge pull request #1144 from Numerlor/text-link-fix (diff) | |
Reminders: fix conflict with the _can_modify check
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -12,7 +12,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 = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"} +discord.py = "~=1.4.0"  fakeredis = "~=1.4"  feedparser = "~=5.2"  fuzzywuzzy = "~=0.17" @@ -28,7 +28,7 @@ statsd = "~=3.3"  [dev-packages]  coverage = "~=5.0" -flake8 = "~=3.7" +flake8 = "~=3.8"  flake8-annotations = "~=2.0"  flake8-bugbear = "~=20.1"  flake8-docstrings = "~=1.4" | 
