aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-01-06 20:18:51 +0100
committerGravatar Johannes Christ <[email protected]>2019-01-06 20:19:06 +0100
commit6e640122cca34bd8a060f75f44a878a00f2b30c5 (patch)
tree36dcef814729ab18574d6092060d5b68fe4e4192 /Pipfile
parentMove note and warning creation to Django API backend. (diff)
Move all moderation commands to the Django API.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index aafc9107a..703057af5 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,6 +19,7 @@ aio-pika = "*"
python-dateutil = "*"
deepdiff = "*"
requests = "*"
+dateparser = "*"
[dev-packages]
"flake8" = ">=3.6"
@@ -32,7 +33,7 @@ dodgy = "*"
pytest = "*"
[requires]
-python_version = "3.6"
+python_version = "3.7"
[scripts]
start = "python -m bot"