diff options
| author | 2019-01-06 20:18:51 +0100 | |
|---|---|---|
| committer | 2019-01-06 20:19:06 +0100 | |
| commit | 6e640122cca34bd8a060f75f44a878a00f2b30c5 (patch) | |
| tree | 36dcef814729ab18574d6092060d5b68fe4e4192 /Pipfile | |
| parent | Move note and warning creation to Django API backend. (diff) | |
Move all moderation commands to the Django API.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |