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:
parent
7f9330d184
commit
444d72ec94
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ Click==7.0
|
||||||
cryptography==2.8
|
cryptography==2.8
|
||||||
dateparser==0.7.2
|
dateparser==0.7.2
|
||||||
dice==2.4.2
|
dice==2.4.2
|
||||||
discord.py==1.2.4
|
|
||||||
dnspython==1.15.0
|
dnspython==1.15.0
|
||||||
dnspython3==1.15.0
|
dnspython3==1.15.0
|
||||||
entrypoints==0.3
|
entrypoints==0.3
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -29,6 +29,7 @@ setuptools.setup(
|
||||||
"Topic :: Multimedia :: Video",
|
"Topic :: Multimedia :: Video",
|
||||||
"License :: OSI Approved :: MIT License"
|
"License :: OSI Approved :: MIT License"
|
||||||
],
|
],
|
||||||
|
dependency_links=["https://github.com/Rapptz/discord.py/tarball/master"],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False
|
zip_safe=False
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue