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

Command in autogenerated requirements.txt can be shortened #726

Closed
ahmetb opened this issue Jan 30, 2019 · 1 comment
Closed

Command in autogenerated requirements.txt can be shortened #726

ahmetb opened this issue Jan 30, 2019 · 1 comment
Labels
PR wanted Feature is discussed or bug is confirmed, PR needed

Comments

@ahmetb
Copy link

ahmetb commented Jan 30, 2019

When I run pip-compile, my requirements.txt has

#
# This file is autogenerated by pip-compile
# To update, run:
#
#    pip-compile --output-file requirements.txt requirements.in
#

But I think the --output-file requirements.txt can just be dropped (for brevity) when the written file itself is named requirements.txt.

I'm recommending this because pip-compile already goes ahead and modifies requirements.txt when no options are specified. Thoughts?

@atugushev
Copy link
Member

Hello @ahmetb,

Sounds good to me.

@atugushev atugushev added the PR wanted Feature is discussed or bug is confirmed, PR needed label Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR wanted Feature is discussed or bug is confirmed, PR needed
Projects
None yet
Development

No branches or pull requests

2 participants