diff --git a/setup.py b/setup.py index 6d7b98b..d4aa889 100644 --- a/setup.py +++ b/setup.py @@ -38,10 +38,11 @@ setup( author_email='richard@richard.do', license='Creative Commons Attribution-Noncommercial-Share Alike license', long_description='https://github.com/richardasaurus/mega.py', + install_requires=['pycrypto', 'requests'], classifiers=[ 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP' ] -) \ No newline at end of file +)