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

Migrate dependency management to poetry #1671

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Migrate dependency management to poetry #1671

merged 2 commits into from
Dec 11, 2023

Commits on Dec 6, 2023

  1. WIP: Migrate dependency management to poetry

    Switch dependency management to use poetry, which is much nicer than
    pip-tools. This is largely based off of
    <freedomofpress/securedrop-proxy#122> and
    applies the same changes to the Makefile and CI.
    
    The main difference is that we install PyQt5 via system packages, so the
    two versions we specifically need are listed in pyproject.toml and vary
    on the Python versions shipped with bullseye and bookworm.
    
    We also don't actually need the pathlib2 dependency any more because
    our Python version is high enough, so it's dropped now that poetry
    is smart enough to detect it!
    legoktm committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9c8d083 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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