Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ virtualenv==15.1.0
sseclient==0.0.19
python-editor==1.0.3
prompt-toolkit==1.0.15
tooz==1.63.1
tooz==1.64.2
zake==0.2.2
routes==2.4.1
webob==1.8.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ semver==2.8.1
six==1.12.0
sseclient==0.0.19
stevedore==1.30.0
tooz==1.63.1
tooz==1.64.2
ujson==1.35
unittest2
webob==1.8.4
Expand Down
2 changes: 2 additions & 0 deletions st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ requests
retrying
semver
six
# Need our fork with various bug fixes in etcd drivers
git+https://github.com/StackStorm/tooz.git@etcd3_driver_fixes#egg=tooz
Copy link
Member

@arm4b arm4b Apr 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per StackStorm/stackstorm-k8s#61 (review), looks like we'll also need etcd3gw pip dependency to make etcd3+http entrypoint (https://docs.openstack.org/tooz/latest/user/drivers.html#etcd3-gateway) work out of the box

tooz
# Required by tooz - on new versions of tooz, all the backend dependencies need
# to be installed manually
Expand Down
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ retrying==1.3.3
routes==2.4.1
semver==2.8.1
six==1.12.0
tooz==1.63.1
tooz==1.64.2
ujson==1.35
webob==1.8.4
zake==0.2.2