Hacker News new | ask | show | jobs
by isoprophlex 2031 days ago
My Python shits have pip requirements that easily dump 3-4 gigs in a venv folder. Do that once or twice a month when starting a new project for a couple of years and it gets messy...
1 comments

I'd like to see a pip freeze of whatever you're doing to consistently need venvs of that size.

    affine==2.3.0
    attrs==20.3.0
    certifi==2020.11.8
    click==7.1.2
    click-plugins==1.1.1
    cligj==0.7.1
    cycler==0.10.0
    dataclasses==0.6
    decorator==4.4.2
    Fiona==1.8.17
    future==0.18.2
    geopandas==0.8.1
    imageio==2.9.0
    joblib==0.17.0
    kiwisolver==1.3.1
    llvmlite==0.34.0
    matplotlib==3.3.0
    munch==2.5.0
    networkx==2.5
    numba==0.51.2
    numpy==1.19.2
    pandas==1.1.3
    Pillow==7.2.0
    pkg-resources==0.0.0
    psycopg2-binary==2.8.6
    PyCRS==1.0.1
    pyparsing==2.4.7
    pyproj==3.0.0.post1
    python-dateutil==2.8.1
    pytz==2020.4
    PyWavelets==1.1.1
    rasterio==1.1.8
    scikit-image==0.17.2
    scikit-learn==0.23.2
    scipy==1.5.2
    Shapely==1.7.1
    six==1.15.0
    snuggs==1.4.7
    threadpoolctl==2.1.0
    tifffile==2020.11.18
    torch==1.7.0
    tqdm==4.48.2
    typing-extensions==3.7.4.3

my docker builds are fun, too