LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Missing Dependency in Requires #39

Closed LRWeber closed 5 years ago

LRWeber commented 5 years ago

The requirements do not include pytz, which is required for scraper/github/queryManager.py.

IanLee1521 commented 5 years ago

Hmm... is that not a requirement in scraper? We should put the dependency where it’s really needed if we can.

LRWeber commented 5 years ago

Apparently it was included at one point. https://github.com/LLNL/scraper/commit/2eba93d69b7d0f1da635ea5e25ac9badbb3b9f65

Then it got removed somewhere down the line.