diff options
| author | 2018-11-20 13:10:59 +0100 | |
|---|---|---|
| committer | 2018-11-20 13:10:59 +0100 | |
| commit | 05e35b2ccbd5ce81e4035e8bd889c5188d865c0f (patch) | |
| tree | 534301dcb9b69a694c5b3d78f4865c2810c7ad4d /Pipfile | |
| parent | Merge branch 'master' of github.com:python-discord/seasonalbot (diff) | |
| parent | Add whitespace. (diff) | |
Solved merge conflicts
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ verify_ssl = true name = "pypi" [packages] -"discord.py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"} +"discord-py" = {ref = "rewrite", git = "https://github.com/Rapptz/discord.py"} arrow = "*" +pillow = "*" [dev-packages] "flake8" = "*" |