singularity-energy / open-grid-emissions

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids
MIT License
76 stars 5 forks source link

Add geopy to pyproject dependencies #378

Closed grgmiller closed 4 months ago

grgmiller commented 4 months ago

Purpose

In https://github.com/singularity-energy/open-grid-emissions/pull/368 we added geopy as a dependency to OGE, but this dependency was not updated in the pyproject.toml file, which means that certain modules are unusable if imported into another repo. This PR adds this dependency.