Explicitly declaring dependency in setup.py make 'pip install mega.py' install everything just fine

master
gissehel 2013-04-20 13:45:06 +02:00
parent 964157bf41
commit dcbd17a6ed
1 changed files with 2 additions and 1 deletions

View File

@ -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'
]
)
)