Depends on boto and kademlia

This commit is contained in:
Jude Nelson
2015-08-18 17:29:53 -04:00
parent 551f9b17ba
commit c0cdeed290

3
setup.py Normal file → Executable file
View File

@@ -17,7 +17,8 @@ setup(
include_package_data=True,
install_requires=[
'pybitcoin>=0.8.2',
'kademlia>=0.5'
'kademlia>=0.5',
'boto>=2.38.0'
],
classifiers=[
'Intended Audience :: Developers',