Skip to content

Setup pip-tools to manage dependencies #144

@M-krishna

Description

@M-krishna

Problem

  • As the project grows we may add in more number of dependencies which are hard to upgrade/downgrade and also hard to upgrade/downgrade their dependencies as well if we directly update the requirements.txt file.

Solution

  • To use pip-compile to generate the requirements.txt file, since it'll take care of the indirect dependencies used by a particular package and upgrade/downgrade to the compatible version as well.
  • This will also helps us to break down and dev and prod dependencies.

Package

https://pypi.org/project/pip-tools/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions