diff options
| author | 2020-08-06 11:18:45 +0200 | |
|---|---|---|
| committer | 2020-08-06 11:18:45 +0200 | |
| commit | 7db2e3819dde7e53d076e02011d3ce3c047296a7 (patch) | |
| tree | ca5fb9509b8aaf68e8f34c9de2f731acf628a040 /Pipfile | |
| parent | Verification: remove unverified role on accept (diff) | |
| parent | Guild invite regex: Add support for dashes in the invite code (diff) | |
Merge master branch into kwzrd/verification
This adds the RedisCache #1090 fix, allowing us to use the cache
to hold the ping task on start-up.
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" |