perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Installs simplejson even though not needed. #23

Closed visteya closed 12 years ago

visteya commented 12 years ago

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.

perone commented 12 years ago

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