Cleanup requirements.txt

six, lxml and netifaces are not used in the cursive codebase. Remove
them.

Change-Id: I0ea29850376f0d3334d92e6e9669bc228eb49f27
This commit is contained in:
Thomas Bechtold 2018-01-16 07:07:18 +01:00
parent 74aceb2305
commit d574d9bfce
1 changed files with 0 additions and 3 deletions

View File

@ -3,10 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
lxml>=2.3 # BSD
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
netifaces>=0.10.4 # MIT
six>=1.9.0 # MIT
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0