adding plumbum as requirement

This commit is contained in:
Ken Struys
2014-03-13 10:55:09 -07:00
parent 609a35c0c4
commit 9914255ffa
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
argparse
plumbum
pyyaml
simplejson

View File

@@ -7,6 +7,7 @@ setup(
packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
'argparse',
'plumbum',
'simplejson',
],
scripts=[