Comment télécharger vos dépendances python via pip pour une utilisation hors ligne par la suite ? simple suivez le guide :

pip download -r requirements.txt -d "./offline-pip-repo"
pip install --no-index --find-links="./offline-pip-repo" -r requirements.txt