diff options
| author | 2019-07-22 15:47:10 -0400 | |
|---|---|---|
| committer | 2019-07-22 15:47:10 -0400 | |
| commit | 47d870d93b0cc4f13653f07b2222d7b68225a87f (patch) | |
| tree | ad6a57fcbc8e07964cde758615aa1360c23550d9 /Pipfile | |
| parent | Changing id of terning4 to the correct one (diff) | |
| parent | Pin 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-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" = "*" |