aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-07-22 15:47:10 -0400
committerGravatar GitHub <[email protected]>2019-07-22 15:47:10 -0400
commit47d870d93b0cc4f13653f07b2222d7b68225a87f (patch)
treead6a57fcbc8e07964cde758615aa1360c23550d9 /Pipfile
parentChanging id of terning4 to the correct one (diff)
parentPin Pydocstyle < 4.0 to fix flake8-docstrings breaking (diff)
Merge pull request #233 from Refisio/dpy-1.2
Update discord-py version to ~=1.2
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 85f8dc87..335e3f91 100644
--- a/Pipfile
+++ b/Pipfile
@@ -10,9 +10,10 @@ aiodns = "*"
pillow = "*"
pytz = "*"
fuzzywuzzy = "*"
-discord-py = "~=1.1"
+discord-py = "~=1.2"
[dev-packages]
+"pydocstyle" = "<4.0"
"flake8" = "*"
"flake8-bugbear" = "*"
"flake8-import-order" = "*"