[FIX] add simplejson dependency to setup.py following vmt@openerp.com-20110705122222-bhim9uft3l3sqee8 requiring it

bzr revid: xmo@openerp.com-20110707121446-3cdarrj7s3rny8ie
This commit is contained in:
Xavier Morel 2011-07-07 14:14:46 +02:00
parent 3969cdd265
commit 17fdd718d4
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ setup(name = name,
'pyyaml',
'pywebdav',
'feedparser',
'simplejson >= 2.0',
],
extras_require = {
'SSL' : ['pyopenssl'],