aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Matteo <[email protected]>2020-03-01 15:44:08 +0100
committerGravatar Matteo <[email protected]>2020-03-01 15:44:08 +0100
commit938b97a037665f871aac33f2e8f8a9a84047e337 (patch)
tree6bb47228977a6c4aa11fba56a39f2582182024e0 /Pipfile
parentMake sure that the offensive message deletion date returned by the API is naive (diff)
parentMerge pull request #806 from python-discord/feat/frontend/b000/coloured-logs (diff)
Merge branch 'master' into #364-offensive-msg-autodeletion
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index 68362ae78..88aacf6a8 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,14 @@ 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"
+coloredlogs = "~=14.0"
+colorama = {version = "~=0.4.3", sys_platform = "== 'win32'"}
[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"