summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorBertrand Lallau <bertrand.lallau@gmail.com>2017-01-04 22:26:17 +0100
committerBertrand Lallau <bertrand.lallau@gmail.com>2017-01-04 22:31:22 +0100
commit8cc08c7614af86b6bbacafdef57f94b6338f536d (patch)
tree1285b36608f626b8cc6af7ba37a36d6d610ed773 /requirements.txt
parent998c021d36edcc86dd2b62e94522be7759e6c253 (diff)
downloadtrove-8cc08c7614af86b6bbacafdef57f94b6338f536d.tar.gz
Remove netifaces useless requirement
This patch cleans up the requirements.txt list to remove netifaces module actually replaced by oslo_utils. Change-Id: I556ff34c7740352a5da25d5e6b6556741b0ecd1f
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f7e4a85e..3530265b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,7 +12,6 @@ PasteDeploy>=1.5.0 # MIT
Paste # MIT
sqlalchemy-migrate>=0.9.6 # Apache-2.0
netaddr!=0.7.16,>=0.7.13 # BSD
-netifaces>=0.10.4 # MIT
httplib2>=0.7.5 # MIT
lxml!=3.7.0,>=2.3 # BSD
passlib>=1.7.0 # BSD