Move iso8601 from requirements to test-requirements

iso8601 is only used in manila/tests/api/test_extensions.py
so it's only needed for testing.

Change-Id: I78b064454a4381fd6fe65cf26c3e12cd6441d188
This commit is contained in:
Thomas Bechtold 2016-03-14 10:06:31 +01:00
parent cd72947258
commit 88c922ccde
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ alembic>=0.8.0 # MIT
Babel>=1.3 # BSD
eventlet!=0.18.3,>=0.18.2 # MIT
greenlet>=0.3.2 # MIT
iso8601>=0.1.9 # MIT
lxml>=2.3 # BSD
netaddr!=0.7.16,>=0.7.12 # BSD
oslo.config>=3.7.0 # Apache-2.0

View File

@ -10,6 +10,7 @@ coverage>=3.6 # Apache-2.0
ddt>=1.0.1 # MIT
fixtures>=1.3.1 # Apache-2.0/BSD
mock>=1.2 # BSD
iso8601>=0.1.9 # MIT
PyMySQL>=0.6.2 # MIT License
oslotest>=1.10.0 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0