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:
parent
cd72947258
commit
88c922ccde
@ -9,7 +9,6 @@ alembic>=0.8.0 # MIT
|
|||||||
Babel>=1.3 # BSD
|
Babel>=1.3 # BSD
|
||||||
eventlet!=0.18.3,>=0.18.2 # MIT
|
eventlet!=0.18.3,>=0.18.2 # MIT
|
||||||
greenlet>=0.3.2 # MIT
|
greenlet>=0.3.2 # MIT
|
||||||
iso8601>=0.1.9 # MIT
|
|
||||||
lxml>=2.3 # BSD
|
lxml>=2.3 # BSD
|
||||||
netaddr!=0.7.16,>=0.7.12 # BSD
|
netaddr!=0.7.16,>=0.7.12 # BSD
|
||||||
oslo.config>=3.7.0 # Apache-2.0
|
oslo.config>=3.7.0 # Apache-2.0
|
||||||
|
@ -10,6 +10,7 @@ coverage>=3.6 # Apache-2.0
|
|||||||
ddt>=1.0.1 # MIT
|
ddt>=1.0.1 # MIT
|
||||||
fixtures>=1.3.1 # Apache-2.0/BSD
|
fixtures>=1.3.1 # Apache-2.0/BSD
|
||||||
mock>=1.2 # BSD
|
mock>=1.2 # BSD
|
||||||
|
iso8601>=0.1.9 # MIT
|
||||||
PyMySQL>=0.6.2 # MIT License
|
PyMySQL>=0.6.2 # MIT License
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
oslotest>=1.10.0 # Apache-2.0
|
||||||
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user