bdarnell / torndb

A lightweight wrapper around MySQLdb. Originally part of the Tornado framework.
583 stars 202 forks source link

use setuptools if avaible, add install_requires in setup.py #6

Closed oczkers closed 11 years ago

bdarnell commented 11 years ago

I've had issues with install_requires before, getting confused about packages installed without pip or easy_install. I'd prefer to play it safe and leave things they way they are since this package is not under active development.