diff options
| author | 2020-09-24 18:54:39 +0300 | |
|---|---|---|
| committer | 2020-09-24 18:54:39 +0300 | |
| commit | a3246bd40a3a496ad155d02653d3104392d9ff8e (patch) | |
| tree | fffc704f2cc09c44f4727872d8ad80bad5a10ae9 /Pipfile | |
| parent | Tictactoe: Use __str__ instead custom display method for user/AI name display (diff) | |
| parent | Merge branch 'master' into tic-tac-toe (diff) | |
Merge remote-tracking branch 'origin/tic-tac-toe' 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] |