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

Use pyproject.toml to store Python dependencies instead of requirements.in #211

Merged
merged 5 commits into from
Dec 25, 2023

Conversation

lopopolo
Copy link
Member

This change allows for splitting out dev dependencies (black, mypy, ruff) into an "extra" set of optional dependencies which don't get installed during runtime during codesigning in the nightly job.

Store requirements and setup dev requirements as optional dependencies
There are now two requirements files:

- requirements.txt which only contains runtime dependencies.
- dev-requirements.txt which contains runtime dependencies and local
  developer tools like black and ruff.
This is replaced with pyproject.toml.
@lopopolo lopopolo added A-deps Area: Source and library dependencies. A-build Area: CI build infrastructure. C-quality Category: Refactoring, cleanup, and quality improvements. labels Dec 25, 2023
@lopopolo lopopolo force-pushed the lopopolo/pip-tools-pyproject.toml branch from ca59eb2 to 8ccde5d Compare December 25, 2023 15:06
@lopopolo lopopolo merged commit a583ef1 into trunk Dec 25, 2023
7 checks passed
@lopopolo lopopolo deleted the lopopolo/pip-tools-pyproject.toml branch December 25, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: CI build infrastructure. A-deps Area: Source and library dependencies. C-quality Category: Refactoring, cleanup, and quality improvements.
Development

Successfully merging this pull request may close these issues.

1 participant