Remove unused packages from requirements.txt

Looks like some packages are not used in congressclient but
part of requirements. This commit removes the same to avoid
installation of not required packages

Change-Id: I78f76800930fc2782877ca525cf592ff12547742
This commit is contained in:
Anusha Ramineni 2017-01-24 15:12:24 +05:30
parent ab2eea35d5
commit 619af389f0
2 changed files with 0 additions and 4 deletions

View File

@ -8,6 +8,4 @@ keystoneauth1>=2.18.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
requests!=2.12.2,>=2.10.0 # Apache-2.0
six>=1.9.0 # MIT

View File

@ -9,7 +9,5 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
mock>=2.0 # BSD
WebOb>=1.6.0 # MIT