aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-25 09:59:28 -0800
committerGravatar MarkKoz <[email protected]>2020-02-25 09:59:28 -0800
commit5d2a2776a3a2e91bfec8bd4fcd596a28662246d3 (patch)
tree5341d00d14055f1d87c6846a106604af7a254fc6 /Pipfile
parentAPI: close existing open session before recreating it (diff)
parentMerge pull request #781 from python-discord/bug/utils/bot-1c/reminder-unsched... (diff)
Merge remote-tracking branch 'origin/master' into bug/backend/b748/resolver-in-coro
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 7fd3efae8..400e64c18 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"
@@ -19,11 +18,12 @@ deepdiff = "~=4.0"
requests = "~=2.22"
more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
+sentry-sdk = "~=0.14"
[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"