aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2020-02-20 14:30:35 +0000
committerGravatar GitHub <[email protected]>2020-02-20 14:30:35 +0000
commitf5dcc12ef445d0aaa68289736272eeeaaa9325ef (patch)
tree77442c3859bf921901aa4b7053b2c25eca70124d /Pipfile
parentMerge pull request #753 (diff)
parentUpdate flake8-annotations to v2.0. (diff)
Merge pull request #761 from python-discord/logging
Refactor logging setup to be more explicit and cleaner.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 7fd3efae8..11d5e7deb 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,7 +6,6 @@ name = "pypi"
[packages]
discord-py = "~=1.3.1"
aiodns = "~=2.0"
-logmatic-python = "~=0.1"
aiohttp = "~=3.5"
sphinx = "~=2.2"
markdownify = "~=0.4"
@@ -23,7 +22,7 @@ urllib3 = ">=1.24.2,<1.25"
[dev-packages]
coverage = "~=4.5"
flake8 = "~=3.7"
-flake8-annotations = "~=1.1"
+flake8-annotations = "~=2.0"
flake8-bugbear = "~=19.8"
flake8-docstrings = "~=1.4"
flake8-import-order = "~=0.18"