mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
[V3] Pin discord.py for beta 16 release (#1848)
* Update main requirements * Update docs requirements * Black reformat after version update * Pin dpy in docs
This commit is contained in:
4
setup.py
4
setup.py
@@ -14,7 +14,9 @@ IS_TRAVIS = "TRAVIS" in os.environ
|
||||
IS_DEPLOYING = "DEPLOYING" in os.environ
|
||||
IS_RTD = "READTHEDOCS" in os.environ
|
||||
|
||||
dep_links = ["https://github.com/Rapptz/discord.py/tarball/rewrite#egg=discord.py-1.0"]
|
||||
dep_links = [
|
||||
"https://github.com/Rapptz/discord.py/tarball/7eb918b19e3e60b56eb9039eb267f8f3477c5e17#egg=discord.py-1.0"
|
||||
]
|
||||
if IS_TRAVIS:
|
||||
dep_links = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user