aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-21 20:13:35 +0300
committerGravatar ks129 <[email protected]>2020-09-21 20:13:35 +0300
commitcb811fc813a1c4230cd58ef682b6c921583193cc (patch)
treec228feccc9a8944a2621accbdff858deb8f99c8e /Pipfile
parentApply recent changes of notify infraction to test (diff)
parentMerge pull request #1103 from python-discord/feat/backend/160/cog-subdirs (diff)
Merge branch 'master' into mod-utils-tests
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index b42ca6d58..6fff2223e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -12,7 +12,7 @@ beautifulsoup4 = "~=4.9"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-discord.py = "~=1.3.2"
+discord.py = "~=1.4.0"
fakeredis = "~=1.4"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
@@ -28,7 +28,7 @@ statsd = "~=3.3"
[dev-packages]
coverage = "~=5.0"
-flake8 = "~=3.7"
+flake8 = "~=3.8"
flake8-annotations = "~=2.0"
flake8-bugbear = "~=20.1"
flake8-docstrings = "~=1.4"
@@ -50,4 +50,5 @@ precommit = "pre-commit install"
build = "docker build -t pythondiscord/bot:latest -f Dockerfile ."
push = "docker push pythondiscord/bot:latest"
test = "coverage run -m unittest"
+html = "coverage html"
report = "coverage report"