aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Vincent Gross <[email protected]>2019-07-04 17:16:56 -0400
committerGravatar GitHub <[email protected]>2019-07-04 17:16:56 -0400
commita3d97a6f63ea75f20f634fc1e069d554a719f0a7 (patch)
treee9d521b63eac401e1f4e92ebedc7581c2f28d3e7
parentHanukkah embed (#164) (diff)
Update discord-py version to ~=1.2
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 15f9cab0..ee6968b5 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = {ref = "43b4475",git = "https://github.com/Rapptz/discord.py",editable = true}
arrow = "*"
beautifulsoup4 = "*"
aiodns = "*"
pillow = "*"
pytz = "*"
fuzzywuzzy = "*"
+discord-py = "~=1.2"
[dev-packages]
"flake8" = "*"