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

get excluded packages from a requirements file #2

Open
avoine opened this issue Oct 31, 2014 · 4 comments
Open

get excluded packages from a requirements file #2

avoine opened this issue Oct 31, 2014 · 4 comments

Comments

@avoine
Copy link

avoine commented Oct 31, 2014

It could be usefull to have an option like: --exclude-requirements FILE

@flupke
Copy link
Owner

flupke commented Nov 4, 2014

I implemented it in 5285a10, could you test it before I make a release? (it's on the develop branch)

@flupke
Copy link
Owner

flupke commented Nov 4, 2014

(and a typo fix in 667ddc2)

@avoine
Copy link
Author

avoine commented Nov 4, 2014

In PR #3 I've made some changes to the way
exclusions are checked because right now it could exclude more that one would like.
I also made the compassion case-insensitive.

@flupke
Copy link
Owner

flupke commented Nov 12, 2014

We should use pip to parse the requirements file correctly: https://github.com/pypa/pip/blob/develop/pip/req/req_file.py

This would also address the issue in #3

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

No branches or pull requests

2 participants