Optimize test_requireemtns.txt and requirements.txt
There are few requirement which are not needed to be part
of test_requirements.txt and requirements.txt
Change-Id: Iaa182b3c2c5dfa12e5e9302527fff9cc695de481
diff --git a/requirements.txt b/requirements.txt
index f675e4d..35c6038 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 abe2b2c..0437566 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,6 +12,3 @@
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