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-syncFor help, run:
reqs-sync --helpYou can also use:
python -m reqs_sync --helpTo contribute to this tool, first checkout the code. Then create a new virtual environment:
cd reqs-sync
uv syncTo run the tests:
uv run --group=test pytest