mittun icon indicating copy to clipboard operation
mittun copied to clipboard

Why is MySQL-Python required?

Open italomaia opened this issue 12 years ago • 4 comments

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.

italomaia avatar Nov 19 '12 02:11 italomaia

django_nose and transmeta, on the other hand, had to be installed here to run the project.

italomaia avatar Nov 19 '12 03:11 italomaia

pip install -r requirements.txt

fsouza avatar Nov 19 '12 11:11 fsouza

What I mean is that mysql-python doesn't seem to be required. It is a optional library listed as required.

italomaia avatar Nov 19 '12 22:11 italomaia

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.

luanfonceca avatar Dec 14 '13 05:12 luanfonceca