Outdated Pypi Packages

A lot of python pypi packages were outdated and the only way to get up to date packages is to go to .config/pip and delete

“index-url = https://package-proxy.replit.com/pypi/simple/

from pip.conf.

Hi @iceylogo !
Can’t you just run pip install -upgrade <module-name> instead to update the packages?

1 Like