From 155837ebbb2643f48b20da975000d47ce25feaf8 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Tue, 18 Feb 2014 15:22:49 -0500 Subject: [PATCH] Update dev requirements to mention zeromq dependency --- requirements/dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/dev.txt b/requirements/dev.txt index a6c59370b3..5043dbf658 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -36,3 +36,4 @@ ipython # - psycopg2 (via "yum install python-psycopg2") # - python-ldap (via "yum install python-ldap") # - readline (for using the ipython interactive shell) +# - python-zmq (for using the job callback receiver)