adriank / ObjectPath

The agile query language for semi-structured data
http://objectpath.org
MIT License
380 stars 93 forks source link

Formatting + install_requires #37

Closed erikbgithub closed 9 years ago

erikbgithub commented 9 years ago

Hi,

I found that a simple pip install results in the warning that pytz is missing. So I wanted to add it to the setup.py in a way that pip install will pull it in automatically. When opening the file I couldn't bear the tabs, so I changed that as well, making it all a little more PEP8-like. Hope you like it.

erikbgithub commented 9 years ago

While continuing to look into the source I found there are so many differences. Better have a look at the diff between both masters yourself and make a decision this way. I close it for now but would be happy about a merge of both masters later anyway.