perone / stallion

Stallion - A Python Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installs simplejson even though not needed.

visteya opened this issue · comments

My machine has Python 2.7.
I installed stallion with pip.
It installed simplejson, even though Python 2.6 and 2.7 have json in the standard library.
It appears stallion doesn't even import json, but uses json indirectly via flask jsonify.
You should consider fixing the dependencies to not install simplejson unless Python 2.5 is detected.

Thanks for reporting this, will fix it for the next milestone.