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

pigar -c doesn't handle referenced files or other flags well #48

Closed
Gerrit-K opened this issue Oct 19, 2018 · 2 comments · Fixed by #115
Closed

pigar -c doesn't handle referenced files or other flags well #48

Gerrit-K opened this issue Oct 19, 2018 · 2 comments · Fixed by #115

Comments

@Gerrit-K
Copy link

Gerrit-K commented Oct 19, 2018

Not a big deal, but pigar treats arguments in requirements.txt files as packages. E.g. sometimes you want to split your requirements or allow private package repositories:

requirements.txt:

pigar == 0.9.0
-r pigar-requirements.txt

--extra-index-url ...
--trusted-host ...
-r private-requirements.txt

Pigar will not treat them differently, but search on pypi.org

@bganglia
Copy link
Contributor

bganglia commented Jan 4, 2020

@damnever I can work on adding split requirements files, but that will still leave private package repositories.

@damnever
Copy link
Owner

damnever commented Jan 6, 2020

@bganglia PRs are appreciated!

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

Successfully merging a pull request may close this issue.

3 participants