aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-09-22 15:15:27 -0400
committerGravatar sco1 <[email protected]>2019-09-22 15:15:27 -0400
commit9e30880df12d085b545ed3d429b2dcea3ea7d544 (patch)
treeb3409f6be37e20ad8c4f67bcb0fe609647d6f93f /Pipfile
parentMake defcon days command turn on defcon, refactor log messaging (diff)
parentFix date formatting bug in infraction search (diff)
Merge branch 'master' into defcon-fix-django
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 2e56a3d7b..273db04d2 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = {git = "https://github.com/Rapptz/discord.py.git",extras = ["voice"],ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb",editable = true}
+discord-py = "~=1.2"
aiodns = "*"
logmatic-python = "*"
aiohttp = "*"
@@ -18,6 +18,7 @@ python-dateutil = "*"
deepdiff = "*"
requests = "*"
dateparser = "*"
+more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
[dev-packages]
@@ -31,6 +32,7 @@ pre-commit = "~=1.18"
safety = "*"
dodgy = "*"
pytest = "*"
+pytest-cov = "*"
[requires]
python_version = "3.7"