diff options
author | drebs <drebs@leap.se> | 2015-06-02 15:05:19 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2015-06-02 21:57:28 -0300 |
commit | e1598b233e6d3e3385edc64d5d4204967c4434fb (patch) | |
tree | 5ba48f5c8af0821f7fbfcf0c4cd837c176b164bf /pkg | |
parent | a61e70dcd9a65b23e3775bee9221d6a273ada510 (diff) |
[pkg] add pyzmq and txzmq dep versions
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 1977cc8..02fb189 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -2,7 +2,7 @@ jsonschema #<=0.8 -- are we done with this conflict? dirspec pyopenssl python-dateutil -pyzmq -txzmq +pyzmq>=14.4.1 +txzmq>=0.7.3 #autopep8 -- ??? |