Commit f9c12264 authored by Sam Rushing's avatar Sam Rushing

Merge pull request #51 from atykhonov/master

Added "pycrypto" as the required dependency
parents cec5954d 172a46c4
...@@ -170,6 +170,6 @@ setup ( ...@@ -170,6 +170,6 @@ setup (
packages= find_packages(), packages= find_packages(),
py_modules = ['backdoor', 'coro.read_stream', 'coro_process', 'coro_unittest',], py_modules = ['backdoor', 'coro.read_stream', 'coro_process', 'coro_unittest',],
download_url = 'http://github.com/ironport/shrapnel/tarball/master#egg=coro-1.0.2', download_url = 'http://github.com/ironport/shrapnel/tarball/master#egg=coro-1.0.2',
install_requires = ['Cython>=0.12.1', 'distribute>=0.6.16'], install_requires = ['cython>=0.12.1', 'distribute>=0.6.16', 'pycrypto'],
cmdclass={'build_ext': build_ext}, cmdclass={'build_ext': build_ext},
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment