gwu-libraries / loggins

django/tastypie app for tracking public computing stats
MIT License
7 stars 2 forks source link

Add mimeparse to requirements.txt #170

Closed kerchner closed 11 years ago

kerchner commented 11 years ago

Deployment breaks unless the system has it. Need to install to the environment, so add it to requirements.txt . This is a dependency of tastypie.

dchud commented 11 years ago

If it's a tastypie requirement, shouldn't installing tastypie pull it in?

kerchner commented 11 years ago

This issue has recently been fixed in django-tastypie - see https://github.com/toastdriven/django-tastypie/issues/1004

It should be resolvable by doing a pip re-install (i.e. pip uninstall -r requirements.txt, then pip install -r requirements.txt Verify that mimeparse was correctly identified as a dependency of django-tastypie and installed by running pip freeze