Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip: Add support for pyproject.toml #332

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    003603c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. pip: Add support for pyproject.toml

    JakobDev authored and ENDrain committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d3c2cb8 View commit details
    Browse the repository at this point in the history
  2. pip: Add support for pyproject.toml

    Added: error thorwn if both --requirements-file and --pyproject-file are present
    Added: readme entry for --pyproject-file
    Fixed: readme entry for --requirements-file now warns about mutual exclusivity with --pyproject-file
    ENDrain committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9f7a089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92b0b0f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge pull request #1 from ENDrain/pyproject

    pyproject.toml improvements
    JakobDev authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    dafe58b View commit details
    Browse the repository at this point in the history