commit 666b0e5fcfd6157ca8606bf2a429e50004773fdc
parent 17cb5e9100908f55280f10aa7119b970669a0d29
Author: Siddharth Ravikumar <sravik@bgsu.edu>
Date: Mon, 12 Jan 2015 17:14:17 -0500
updated setup.py: added `pycrypto' as a required python package.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
@@ -29,7 +29,7 @@ config = {
'download_url': 'http://rsiddharth.ninth.su/git/cb.git/',
'author_email': 'sravik@bgsu.edu',
'version': '0.0.1',
- 'install_requires': ['nose', 'watchdog', 'PyYAML'],
+ 'install_requires': ['nose', 'watchdog', 'PyYAML', 'pycrypto'],
'packages': ['combox'],
'scripts': [],
'name': 'combox'