diff --git a/requirements.txt b/requirements.txt index 5f824784d..95c0dd40b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. automaton>=1.9.0 # Apache-2.0 alembic>=0.8.10 # MIT -Babel!=2.4.0,>=2.3.4 # BSD construct<2.9,>=2.8.10 # MIT eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT Flask>=1.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index d48594a3e..e92e83c01 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +Babel!=2.4.0,>=2.3.4 # BSD bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0