Explicitly declaring dependency in setup.py make 'pip install mega.py' install everything just fine
This commit is contained in:
parent
964157bf41
commit
dcbd17a6ed
1 changed files with 2 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -38,6 +38,7 @@ 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',
|
||||
|
|
Loading…
Reference in a new issue