A minimal tool to sync requirements to a pyproject.toml file from a pip-tools requirements.in file.
Install this tool using pip
:
pip install reqs-sync
For help, run:
reqs-sync --help
You can also use:
python -m reqs_sync --help
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd reqs-sync
uv sync
To run the tests:
uv run --group=test pytest