poetry-patches

A patches plugin for Poetry.


Keywords
poetry
License
MIT
Install
pip install poetry-patches==0.1.6

Documentation

poetry-patches

A patches plugin for Poetry.

Installation

To install this plugin, run:

pipx inject poetry poetry-patches

Check the docs for more info.

Usage

Add [tool.poetry-patches] to pyproject.toml.

[tool.poetry-patches]
django = ["patches/django/mypatch.diff"]

Commands

  • poetry patches apply
  • poetry patches revert