Skip to content

Reduce the size of dependency packages #33

@koxudaxi

Description

@koxudaxi

This issue is created to research and the size of dependency packages.
@Rubyj said these packages waste a lof of size.
The problem may touch the problem to over 50MB lambda package.

Package Size

$ pip install pydataapi 
$ du -d 1 -m venv/lib/python3.7/site-packages/  |sort -n |tail -n7
2	venv/lib/python3.7/site-packages/pip
3	venv/lib/python3.7/site-packages/setuptools
4	venv/lib/python3.7/site-packages/docutils
10	venv/lib/python3.7/site-packages/sqlalchemy
19	venv/lib/python3.7/site-packages/pydantic
43	venv/lib/python3.7/site-packages/botocore
84	venv/lib/python3.7/site-packages/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions