diff options
| author | 2020-09-24 18:54:10 +0300 | |
|---|---|---|
| committer | 2020-09-24 18:54:10 +0300 | |
| commit | 69d2292ec4b3fb2dc83f291ef1ed7bc86eabfd09 (patch) | |
| tree | b0c3c0991eef3fc278a0977baf129a7205ff469c /Pipfile | |
| parent | Merge remote-tracking branch 'origin/tic-tac-toe' into tic-tac-toe (diff) | |
| parent | Merge pull request #456 from Anubhav1603/update_dpy (diff) | |
Merge branch 'master' into tic-tac-toe
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -7,22 +7,23 @@ name = "pypi" aiodns = "~=2.0" arrow = "~=0.14" beautifulsoup4 = "~=4.8" -discord-py = "~=1.3.2" fuzzywuzzy = "~=0.17" pillow = "~=6.2" pytz = "~=2019.2" sentry-sdk = "~=0.14.2" +PyYAML = "~=5.3.1" +"discord.py" = {extras = ["voice"], version = "~=1.4.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] |