diff options
| author | 2019-05-12 10:34:50 +0200 | |
|---|---|---|
| committer | 2019-05-12 10:34:50 +0200 | |
| commit | bc844d0196f08ec414e76a5010047989fe2a7c33 (patch) | |
| tree | 9975341954b1963a5c72037281cea93566421c93 /Pipfile | |
| parent | Hanukkah embed (#164) (diff) | |
| parent | Revert cat-induced programming trauma (diff) | |
Merge pull request #201 from python-discord/pypi-dpy
Change d.py Dependency from GH to PyPI
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" = "*" |