We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pyproject.toml
[tool.pip-tools] src_files = ["requirements.in", "dev-requirements.in"] output_file = "requirements-lock.txt"
pip-sync syncs from requirements-lock.txt
looks for requirements.txt
respect the output file
add a pip-sync option
WSL2 Debian 12
$ python -V
3.10.14
$ pip --version
23.0.1
$ pip-compile --version
7.4.1
The text was updated successfully, but these errors were encountered:
screw it, requirements.txt it is
Sorry, something went wrong.
No branches or pull requests
Expected result
pyproject.toml
pip-sync syncs from requirements-lock.txt
Actual result
looks for requirements.txt
Steps to replicate
Proposed Solution
respect the output file
Alternative Considerations
add a pip-sync option
Environment Versions
OS Type
WSL2 Debian 12
Python version:
$ python -V
3.10.14
pip version:
$ pip --version
23.0.1
pip-tools version:
$ pip-compile --version
7.4.1
The text was updated successfully, but these errors were encountered: