diff --git a/requirements.txt b/requirements.txt index f675e4d5..35c6038d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ # 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. -hacking>=1.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.config>=5.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index abe2b2ca..04375662 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +12,3 @@ coverage!=4.4,>=4.0 # Apache-2.0 nose>=1.3.7 # LGPL nosexcover>=1.0.10 # BSD oslotest>=3.2.0 # Apache-2.0 -oslo.policy>=1.30.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0