1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Get discord.py from master

This commit is contained in:
Steffo 2019-10-25 13:51:55 +02:00
parent 7f9330d184
commit 444d72ec94
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,6 @@ Click==7.0
cryptography==2.8
dateparser==0.7.2
dice==2.4.2
discord.py==1.2.4
dnspython==1.15.0
dnspython3==1.15.0
entrypoints==0.3

View file

@ -29,6 +29,7 @@ setuptools.setup(
"Topic :: Multimedia :: Video",
"License :: OSI Approved :: MIT License"
],
dependency_links=["https://github.com/Rapptz/discord.py/tarball/master"],
include_package_data=True,
zip_safe=False
)