Make ordereddict a direct dependency.

This commit is contained in:
Anthony Sottile 2014-06-17 06:59:13 -07:00
parent 203c554734
commit a984a02c84
8 changed files with 17 additions and 11 deletions

View file

@ -32,11 +32,11 @@ setup(
},
install_requires=[
'argparse',
'asottile.ordereddict',
'asottile.yaml',
'cached-property',
'jsonschema',
'nodeenv>=0.9.4',
'ordereddict',
'plumbum',
'pyyaml',
'simplejson',