From 666b0e5fcfd6157ca8606bf2a429e50004773fdc Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Mon, 12 Jan 2015 17:14:17 -0500 Subject: updated setup.py: added `pycrypto' as a required python package. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 918eb09..37196f3 100644 --- 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' -- cgit v1.2.3