diff options
| author | 2018-06-02 16:11:02 +0100 | |
|---|---|---|
| committer | 2018-06-02 16:11:12 +0100 | |
| commit | 2807bccc6658947bcb61992cde17841515fd58dd (patch) | |
| tree | 4bfd72a4914048faed3c1c8508a9b7f162b19971 /Pipfile | |
| parent | s/AutoShardedBot/Bot/g (#93) (diff) | |
[RST] Better handling for timestamps and colours in embeds
Also adds python-dateutil dependency
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ fuzzywuzzy = "*" python-levenshtein = "*" pillow = "*" aio-pika = "*" +python-dateutil = "*" [dev-packages] "flake8" = "*" |