diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 3ac7f05d29..8e4a3a5c49 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -57,3 +57,5 @@ ujson==1.35 python-dateutil==2.8.0 bcrypt==3.1.7 jinja2==2.10.3 +more-itertools==5.0.0 +zipp>=0.5,<=1.0.0 diff --git a/requirements.txt b/requirements.txt index d884a6f1ce..f239a34483 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,6 +28,7 @@ kombu==4.6.6 lockfile==0.12.2 mock==2.0.0 mongoengine==0.18.2 +more-itertools==5.0.0 networkx==1.11 nose nose-parallel==0.3.1 @@ -64,3 +65,4 @@ unittest2 webob==1.8.5 webtest zake==0.2.2 +zipp<=1.0.0,>=0.5 diff --git a/st2client/in-requirements.txt b/st2client/in-requirements.txt index 625425e5e0..ca4f1dabbb 100644 --- a/st2client/in-requirements.txt +++ b/st2client/in-requirements.txt @@ -12,3 +12,5 @@ sseclient-py python-editor prompt-toolkit cryptography +more-itertools==5.0.0 +zipp>=0.5,<=1.0.0 diff --git a/st2client/requirements.txt b/st2client/requirements.txt index 70853f52b2..b712f1718a 100644 --- a/st2client/requirements.txt +++ b/st2client/requirements.txt @@ -9,6 +9,7 @@ argcomplete cryptography==2.8 jsonpath-rw==1.4.0 jsonschema==2.6.0 +more-itertools==5.0.0 prettytable prompt-toolkit==1.0.15 python-dateutil==2.8.0 @@ -18,3 +19,4 @@ pyyaml==5.1.2 requests[security]==2.22.0 six==1.13.0 sseclient-py==1.7 +zipp<=1.0.0,>=0.5