Python 3: Add six dependency

Change-Id: I350eb089e02b4c33cf34c9fdb65289a2ad77f9c9
This commit is contained in:
Victor Stinner 2014-03-28 09:25:11 +01:00
parent 100419c0b3
commit ac92c5cd7f
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,3 @@
requests>=1.1
simplejson>=2.0.9
six>=1.5.2

View File

@ -4,7 +4,6 @@ coverage>=3.6
discover
mock>=1.0
python-keystoneclient>=0.6.0
six>=1.5.2
sphinx>=1.1.2,<1.2
testrepository>=0.0.18
testtools>=0.9.34