diff options
| author | 2019-05-13 12:17:29 +0100 | |
|---|---|---|
| committer | 2019-05-13 12:17:29 +0100 | |
| commit | 6601f367593d2654f48cc12a5fd8c337a487d877 (patch) | |
| tree | 4ec2cf46f9674c231264fd462057cce45035bca9 /Pipfile | |
| parent | Removed unused import. (diff) | |
| parent | Spooky 8 Ball (#189) (diff) | |
Merge pull request #2 from python-discord/master
Get up to date.
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.1" [dev-packages] "flake8" = "*" |