aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2021-03-31 19:56:34 +0200
committerGravatar kwzrd <[email protected]>2021-03-31 19:56:34 +0200
commit25b1a72735fc6d638b0263ef8b55b9d9cf62e7af (patch)
treeaa1bf64fe2e53ee4080081ad52fda4294a85ac06 /Pipfile
parentMerge: changes from 'upstream/main' & conflict resolution (diff)
parentMerge pull request #1491 from python-discord/fix/dmrelay (diff)
Merge: changes from 'upstream/main'
Lockfile conflict resolved by re-locking on the merged Pipfile.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 86add29cb..7fab198f3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,12 +9,14 @@ aiodns = "~=2.0"
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.6.0"
+emoji = "~=0.6"
feedparser = "~=5.2"
fuzzywuzzy = "~=0.17"
lxml = "~=4.4"
@@ -27,11 +29,10 @@ requests = "~=2.22"
sentry-sdk = "~=0.19"
sphinx = "~=2.2"
statsd = "~=3.3"
-arrow = "~=0.17"
-emoji = "~=0.6"
[dev-packages]
coverage = "~=5.0"
+coveralls = "~=2.1"
flake8 = "~=3.8"
flake8-annotations = "~=2.0"
flake8-bugbear = "~=20.1"
@@ -42,7 +43,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"