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
Behavior:
pipreqs --force <module_path
This may also be related to:
Fix Proposal:
I've made this change in my fork under branch 'fix_SSLError' and it works for my use case
The text was updated successfully, but these errors were encountered:
--verify <CA_BUNDLE>
No branches or pull requests
Behavior:
...
File "pipreqs.py", line 179, in get_imports_info
response = requests.get(
...
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: ...
This may also be related to:
Fix Proposal:
I've made this change in my fork under branch 'fix_SSLError' and it works for my use case
The text was updated successfully, but these errors were encountered: