aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-04-27 11:04:02 +0100
committerGravatar GitHub <[email protected]>2021-04-27 11:04:02 +0100
commit4a5980c71318eb0a0db1f431ab53a2e763d7ecd7 (patch)
treeb50da96c6c01f9d21fceac7e5f67455ea209a7b6 /Pipfile
parentMerge two comments into one (diff)
parentMerge pull request #1426 from python-discord/feat/1365/add-bot-badges-to-user (diff)
Merge branch 'main' into master
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile17
1 files changed, 9 insertions, 8 deletions
diff --git a/Pipfile b/Pipfile
index ae80ae2ae..e924f5ddb 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,30 +6,32 @@ name = "pypi"
[packages]
aio-pika = "~=6.1"
aiodns = "~=2.0"
-aiohttp = "~=3.5"
+aiohttp = "~=3.7"
aioping = "~=0.3.1"
aioredis = "~=1.3.1"
+arrow = "~=1.0.3"
"async-rediscache[fakeredis]" = "~=0.1.2"
beautifulsoup4 = "~=4.9"
colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
coloredlogs = "~=14.0"
deepdiff = "~=4.0"
-"discord.py" = "~=1.5.0"
+"discord.py" = "~=1.6.0"
+emoji = "~=0.6"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"
-markdownify = "~=0.4"
+markdownify = "==0.6.1"
more_itertools = "~=8.2"
python-dateutil = "~=2.8"
+python-frontmatter = "~=1.0.0"
pyyaml = "~=5.1"
-requests = "~=2.22"
-sentry-sdk = "~=0.14"
-sphinx = "~=2.2"
+regex = "==2021.4.4"
+sentry-sdk = "~=0.19"
statsd = "~=3.3"
-emoji = "~=0.6"
[dev-packages]
coverage = "~=5.0"
+coveralls = "~=2.1"
flake8 = "~=3.8"
flake8-annotations = "~=2.0"
flake8-bugbear = "~=20.1"
@@ -40,7 +42,6 @@ flake8-tidy-imports = "~=4.0"
flake8-todo = "~=0.7"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
-coveralls = "~=2.1"
[requires]
python_version = "3.8"