diff options
| author | 2019-07-04 17:16:56 -0400 | |
|---|---|---|
| committer | 2019-07-04 17:16:56 -0400 | |
| commit | a3d97a6f63ea75f20f634fc1e069d554a719f0a7 (patch) | |
| tree | e9d521b63eac401e1f4e92ebedc7581c2f28d3e7 /Pipfile | |
| parent | Hanukkah embed (#164) (diff) | |
Update discord-py version to ~=1.2
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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" = "*" | 
