Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Break up requirements.txt #58

Description

@ChrisCummins

This project currently has dependencies on 149 pip packages. In order to run any python target, all 149 dependencies must be downloaded and built. This makes the initial build of a python target take a long time and a lot of disk space, and increases the dependencies of this project by making every python target require all build dependencies for all packages.

If we could break up requirements.txt so that only the pip packages required for a build of the current target are loaded, this would greatly improve things.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions