aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-02-21 21:44:31 +0100
committerGravatar GitHub <[email protected]>2020-02-21 21:44:31 +0100
commit54ffa4e745f168def1087f1623555b86a1ee00e1 (patch)
treebded51758a15a4950ce79ef1d52a6f6d2ec4c3c1 /Pipfile
parentAdd unit test for newlines antispam rule (diff)
parentMerge pull request #762 from python-discord/setup-sentry-sdk (diff)
Merge branch 'master' into unittest-antispam-rules
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index 68362ae78..400e64c18 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,9 +4,8 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = "~=1.2"
+discord-py = "~=1.3.1"
aiodns = "~=2.0"
-logmatic-python = "~=0.1"
aiohttp = "~=3.5"
sphinx = "~=2.2"
markdownify = "~=0.4"
@@ -19,12 +18,12 @@ deepdiff = "~=4.0"
requests = "~=2.22"
more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
-prometheus-async = {extras = ["aiohttp"],version = "~=19.2"}
+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"