Add ordereddict requirement
OrderedDict isn't in python 2.6 which is on some older distros (still), so import the package that provides it when it can not be found. Change-Id: I9637d346e85c651e8e242025b9e88b1af3d8fca0
This commit is contained in:
@@ -3,3 +3,4 @@ sqlalchemy
|
||||
GitPython>=0.3.2.RC1
|
||||
python-dateutil
|
||||
requests
|
||||
ordereddict
|
||||
|
||||
Reference in New Issue
Block a user