Skip to content
Snippets Groups Projects
Commit ad83b56f authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #83 from force-h2020/introduce-pyzmq-dependency

Added missing dependency on pyzmq
parents 3c028755 3612d3bf
No related branches found
No related tags found
No related merge requests found
...@@ -38,5 +38,6 @@ setup( ...@@ -38,5 +38,6 @@ setup(
"click >= 6.7", "click >= 6.7",
"stevedore >= 1.24.0", "stevedore >= 1.24.0",
"six >= 1.10.0", "six >= 1.10.0",
"pyzmq >= 16.0.0"
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment