Use asottile.cached_property.

This commit is contained in:
Anthony Sottile 2014-06-01 16:41:58 -07:00
parent 619bca2bdc
commit 39c4ee6e96
7 changed files with 5 additions and 45 deletions

View file

@ -29,6 +29,7 @@ setup(
},
install_requires=[
'argparse',
'asottile.cached_property',
'asottile.ordereddict',
'asottile.yaml',
'jsonschema',