diff --git a/requirements.txt b/requirements.txt index 2683dd4..9ba6331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +eventlet>=0.17.4 diff --git a/test-requirements.txt b/test-requirements.txt index 7bb5021..8ed2d4b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,4 +9,4 @@ nose #coverage>=3.6 #discover #python-subunit>=0.0.18 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2