diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-12 17:14:17 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-12 17:14:17 -0500 |
commit | 666b0e5fcfd6157ca8606bf2a429e50004773fdc (patch) | |
tree | 08c23990938d701ba48a98e2c1d7cc04e66798c4 | |
parent | 17cb5e9100908f55280f10aa7119b970669a0d29 (diff) |
updated setup.py: added `pycrypto' as a required python package.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |