bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.38k stars 388 forks source link

fix for SSLError - new arg `--verify <CA_BUNDLE>` #348

Open c-w-m opened 1 year ago

c-w-m commented 1 year ago

SSLError #346 final

Cheers


last bit/suggestion

  1. When you're done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox::

    $ flake8 pipreqs tests > flake8_pipreqs_tests_results.txt