aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Dennis Pham <[email protected]>2020-07-14 22:32:09 -0400
committerGravatar GitHub <[email protected]>2020-07-14 22:32:09 -0400
commitb297304c8d79f0241bb044aa5d54e648c42e8f71 (patch)
tree44e461c44d0aa1830bb44f60d3fa6c378be3e14d /Pipfile
parentRemoved logging, added more explicit error catching.. (diff)
parentInstall git in Docker image (diff)
Merge branch 'master' into statuscats
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Pipfile b/Pipfile
index 9e391945..b4fc1dc6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,22 +7,22 @@ name = "pypi"
aiodns = "~=2.0"
arrow = "~=0.14"
beautifulsoup4 = "~=4.8"
-discord-py = "~=1.3.2"
+discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"}
fuzzywuzzy = "~=0.17"
pillow = "~=6.2"
pytz = "~=2019.2"
sentry-sdk = "~=0.14.2"
[dev-packages]
-flake8 = "~=3.7"
-flake8-annotations = "~=2.0"
+flake8 = "~=3.8"
+flake8-annotations = "~=2.3"
flake8-bugbear = "~=20.1"
flake8-docstrings = "~=1.5"
flake8-import-order = "~=0.18"
flake8-string-format = "~=0.3"
-flake8-tidy-imports = "~=4.0"
+flake8-tidy-imports = "~=4.1"
flake8-todo = "~=0.7"
-pep8-naming = "~=0.9"
+pep8-naming = "~=0.11"
pre-commit = "~=2.1"
[requires]