aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2019-09-14 21:53:48 +0800
committerGravatar kosayoda <[email protected]>2019-09-14 21:53:48 +0800
commita7f4d71ab858b810f9e0fe569af8936a1c2c81e3 (patch)
treea678ffc5b8bc42b98eeba104f5b1940452bad09e /Pipfile
parentMerge branch 'django' of github.com:python-discord/bot into django (diff)
Add more_itertools as a dependency
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 2e56a3d7b..739507ac3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,6 +18,7 @@ python-dateutil = "*"
deepdiff = "*"
requests = "*"
dateparser = "*"
+more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
[dev-packages]