nasirhjafri / libyear

A simple measure of software dependency freshness.
https://libyear.com/
131 stars 16 forks source link

Fix for really old packages. #16

Closed icemac closed 4 years ago

icemac commented 4 years ago

The latest version of some packages (e. g. the package which) do not have enough metadata on PyPI to get the upload time. The same can happen for the currently used package (e. g. dbfpy==2.2.3).

Solution: Ignoring these packages instead of stopping with an IndexError.

nasirhjafri commented 4 years ago

Hi @icemac thanks for the fix.