| commit | 145218304679a552a3d34c9b5d0cb7334c6a9586 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Wed Oct 24 10:53:37 2018 +0200 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Wed Oct 24 10:55:38 2018 +0200 |
| tree | f80214d05cbcc15949836f5dbc8b86764d3628a5 | |
| parent | cfc5272864156b706d7147fc4e7c0fe46dc386c8 [diff] [blame] |
Added pycrypto dependency. Adding callback to msglocal aioread method Change-Id: Ib651d2b1d9cfcb95914892bcac2aca55dd55c367 Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py index 22525b4..25e36fd 100644 --- a/setup.py +++ b/setup.py
@@ -48,5 +48,6 @@ 'pymongo', 'aiokafka', 'PyYAML', + 'pycrypto', ], )