Factual / geo

Clojure library for working with geohashes, polygons, and other world geometry
Eclipse Public License 1.0
301 stars 17 forks source link

Add initial deps.edn file and command for updating using depify #55

Closed willcohen closed 5 years ago

willcohen commented 5 years ago

Enabling a tools.deps.alpha-based development workflow downstream (such as allowing for a git hash of geo as a dependency during development) requires having a deps.edn available in geo. This creates a first version of deps.edn, which can either be updated manually when dependencies change or automatically using depify, as noted in the changes to README. @worace

worace commented 5 years ago

Seems good to me @willcohen. I'm a little nervous about us remembering to keep it up to date, but also not sure I'd be ready to invest the effort to automate it at this point. I guess we can put it in for a while and see if anyone complains...