diff options
author | 2020-09-16 23:41:04 +0800 | |
---|---|---|
committer | 2020-09-16 23:41:04 +0800 | |
commit | 32b6460f96aba7e5d6d0d4d2d16877962c9575f2 (patch) | |
tree | 174afd706eaeb643ba45d946265c0e6616187ba1 /Pipfile | |
parent | Change tests to work with the new file layout. (diff) | |
parent | Verification: update & improve docstrings (diff) |
Merge branch 'master' into truncate-internal-eval
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 = "~=1.3.2" +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" |