diff options
| author | 2020-08-03 10:36:04 +0200 | |
|---|---|---|
| committer | 2020-08-03 10:36:04 +0200 | |
| commit | 1240fa7163bbffcff367fdc48c92ab698dd791f4 (patch) | |
| tree | 314b90bc6e9a36789d6b3eab01a82c57c049ddeb /Pipfile | |
| parent | Remove superfluous Available help channels. (diff) | |
| parent | Merge branch 'master' into whitelist_system (diff) | |
Merge pull request #1058 from python-discord/whitelist_system
FilterLists: Manage whitelisting and blacklisting via the bot
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |