symerio / pgeocode

Postal code geocoding and distance calculation
https://pgeocode.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
238 stars 58 forks source link

Include a requirements.txt #52

Closed ryanbwolf closed 3 years ago

ryanbwolf commented 3 years ago

Super easy fix, will save tons of dependency headaches.

pip freeze > requirements.txt

rth commented 3 years ago

The list of dependencies are in setup.py, so I'm not sure what would be the advantage of adding a requirements.txt

rth commented 3 years ago

Closing but don't hesitate to comment if you disagree.