ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

requirements: Unpin very old importlib-metadata #53

Closed R2ZER0 closed 7 months ago

R2ZER0 commented 8 months ago

It's unclear that importlib-metadata needs to be pinned in requirements.in, as it's a core package we don't use directly. This pin of a very old version is causing issues with trying to use newer versions of libraries in TSG/datastore.

It appears that no other ODSC or TSG project pins this package in their requirements.in files, so I think this unpin should be safe.

From searching in the projects: https://github.com/search?q=org%3AThreeSixtyGiving+importlib-metadata&type=code https://github.com/search?q=org%3AOpenDataServices+importlib-metadata&type=code