aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Shirayuki Nekomata <[email protected]>2020-09-15 11:19:31 +0700
committerGravatar GitHub <[email protected]>2020-09-15 11:19:31 +0700
commit58bf220e216b5568eea35f3bca9e1770dd9b1cc9 (patch)
tree93ab8a05a69e10f43a77b6606ed67fcf76c3abfa /Pipfile
parentApply suggestions from code review (diff)
parentMerge pull request #435 from python-discord/topic-embeds (diff)
Merge branch 'master' into master
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Pipfile b/Pipfile
index 9e391945..38044a0a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,22 +7,23 @@ 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"
+PyYAML = "~=5.3.1"
[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]