hugovk / top-pypi-packages

A regular dump of the most-downloaded packages from PyPI
https://hugovk.github.io/top-pypi-packages
223 stars 13 forks source link

Ensure newest pip and pypinfo #18

Closed hugovk closed 3 years ago

hugovk commented 3 years ago

Fixes https://github.com/hugovk/top-pypi-packages/issues/17.

Previously the server had pypinfo version 16.0.0. The latest is 19.0.0 and there have been some changes including the data queried.

https://github.com/ofek/pypinfo/#1900

This PR updates the data generation script to upgrade (pip and) pypinfo prior to fetching the data each month.

I've already upgraded them both directly on the server.