diff --git a/requirements.txt b/requirements.txt index db842be4..f1deadc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 540e1b75..07a888d1 100644 --- a/setup.py +++ b/setup.py @@ -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 )