diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-01 20:52:35 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-01 20:58:10 +0200 |
commit | 40d2dff8706a82dc3815d305fcb1ac8232c94c01 (patch) | |
tree | 10ac300ee427347165395d9ad0eeb5fab59d849e | |
parent | ff8b85b1fd9ec9c02c7cee8e1cce057f7c78e22a (diff) |
Remove all useless dependencies
pexpect has been useless since onos testcases were removed [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/40229/
Change-Id: I9de88ee56e44518568d6562d9cf639b9bf7be562
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 75e264c38..cfbe6a4c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ python-heatclient>=1.6.1 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 -pexpect!=3.3,>=3.1 # ISC License requests!=2.12.2,>=2.10.0 # Apache-2.0 robotframework>=3.0 robotframework-httplibrary |