python-ballpark
python-ballpark copied to clipboard
Moving test out of __init__
Fixes #4. Installing Pandas on a raspberry pi is very very slow, we dont need to load Pandas just to use Ballpark
+1 for this fix.
+1
bump, any reason this can't go in?
Love this library and had the same issue. I've forked and applied this exact patch. Just replace:
# ballpark
git+git://github.com/owlas/[email protected]#egg=ballpark
in your requirements.txt
I'll stick it on pypi later if it's useful to anybody else!