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

(pip-compile) having --exclude option for blacklisting packages in requirements.in #1593

Open
saeedghx68 opened this issue Mar 6, 2022 · 1 comment
Labels
feature Request for a new feature

Comments

@saeedghx68
Copy link

I know that we are going to have --exclude flag for pip-compile command(PR link)

In addition I would like to say it would be nice also to have --exclude option in requirements.in.

Something like this for requirements.in:

--exclude pywin
starlette
pyjwt
SQLAlchemy

If you are okay I can work on it and send a pr.

@saeedghx68 saeedghx68 changed the title having --exclude option in pip-compile for blacklisting packages in requirements.in (pip-compile) having --exclude option for blacklisting packages in requirements.in Mar 7, 2022
@atugushev atugushev added the feature Request for a new feature label Apr 4, 2022
@atugushev
Copy link
Member

That would be incompatible with pip itself. AFAIR we try to keep in/txt files installable via pip install -r ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants