projects
/
services
/
python-snapdiff.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1c2fa
)
Add PyYAML dependence
author
Lingchao Xin
<lingchaox.xin@intel.com>
Fri, 24 Jan 2014 03:04:02 +0000
(11:04 +0800)
committer
Lingchao Xin
<lingchaox.xin@intel.com>
Fri, 24 Jan 2014 03:04:02 +0000
(11:04 +0800)
Change-Id: I79996992cde2db1d9a3fed83ceb50dd45de3cc89
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index a50004ba9379bb1f8ae9853a3eb6538e8b072ca3..b750ee229a20c95bd8188be116e8bb47cfd4b042 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,6
+17,6
@@
setup(name=snapdiff.__title__,
packages=['snapdiff',],
data_files = [('/etc/%s/' % snapdiff.__title__, ['distfiles/profile.yaml']),],
include_package_data=True,
- install_requires=['Jinja2>=2.6', 'requests>=2.0.1',],
+ install_requires=['Jinja2>=2.6', 'requests>=2.0.1',
'pyyaml>3.10'
],
zip_safe=False,
)