mittun
mittun copied to clipboard
Why is MySQL-Python required?
Why is MySQL-Python in setup.py as a required library for mittun if MySQL-Python isn't actually required to run mittun? Could't find any code that depends on mysql.
django_nose and transmeta, on the other hand, had to be installed here to run the project.
pip install -r requirements.txt
What I mean is that mysql-python doesn't seem to be required. It is a optional library listed as required.
I am here for the same reason... i didn't saw any part of that app the MySql is a requirement for it be in the requirements file... and more, is even better for the project to be agnostic, in a db engine, cause we use a O.R.M. So in the next version, remove that requirement.
Thanks and congrats for the project.