aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-11-20 13:10:59 +0100
committerGravatar Leon Sandøy <[email protected]>2018-11-20 13:10:59 +0100
commit05e35b2ccbd5ce81e4035e8bd889c5188d865c0f (patch)
tree534301dcb9b69a694c5b3d78f4865c2810c7ad4d /Pipfile
parentMerge branch 'master' of github.com:python-discord/seasonalbot (diff)
parentAdd whitespace. (diff)
Solved merge conflicts
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 6a254005..b18b2bec 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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" = "*"