diff --git a/requirements.txt b/requirements.txt index 974c81435..aed839bfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ simplejson>=3.5.1 # MIT six>=1.10.0 # MIT osc-lib>=1.8.0 # Apache-2.0 websocket-client>=0.44.0 # LGPLv2+ -tripleo-common>=10.7.0 # Apache-2.0 +tripleo-common!=11.3.0,>=10.7.0 # Apache-2.0 cryptography>=2.1 # BSD/Apache-2.0 futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD