yaph / geonamescache

geonamescache - a Python library for quick access to a subset of GeoNames data.
https://pypi.org/project/geonamescache/
MIT License
99 stars 38 forks source link

Various requirments are not required #9

Closed mlissner closed 9 years ago

mlissner commented 9 years ago

In dev_requirements.txt there are a few items that aren't required:

numpy python-dateutil pytz six

I could be mistaken, but I searched for all of these dependencies and these four don't seem to be used. I'll file a PR in a moment to purge them.