Remove iso8601 and pycrypto useless requirements

This patch cleans up the requirement list to remove some modules
that are not used.

Change-Id: Iffd73d6e91a1a4a39a1e3dd5104b133699c0cfb5
This commit is contained in:
Bertrand Lallau 2016-05-24 22:39:41 +02:00
parent 03054717d3
commit 165d9f385b
1 changed files with 0 additions and 2 deletions

View File

@ -5,13 +5,11 @@
# pbr should be first
pbr>=1.6 # Apache-2.0
iso8601>=0.1.11 # MIT
oslo.config>=3.9.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
PrettyTable<0.8,>=0.7 # BSD
pycrypto>=2.6 # Public Domain
requests>=2.10.0 # Apache-2.0
simplejson>=2.2.0 # MIT
Babel>=2.3.4 # BSD