diff options
| author | 2019-03-09 21:23:51 +1000 | |
|---|---|---|
| committer | 2019-03-09 21:23:51 +1000 | |
| commit | 0acffdd609b9a57e02e652988edcaa54b911df43 (patch) | |
| tree | 831e787e5cee99c41c3261759bf6dfeba6b51822 /Pipfile | |
| parent | Merge pull request #135 from kosayoda/server-icon-fix (diff) | |
| parent | Stray print (diff) | |
Merge pull request #133 from python-discord/snake-cog
Snake cog
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,12 +4,13 @@ verify_ssl = true name = "pypi" [packages] -discord-py = {ref = "rewrite",git = "https://github.com/Rapptz/discord.py"} +discord-py = {ref = "3f06f24",git = "https://github.com/Rapptz/discord.py"} arrow = "*" beautifulsoup4 = "*" aiodns = "*" pillow = "*" pytz = "*" +fuzzywuzzy = "*" [dev-packages] "flake8" = "*" |