mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-08 12:35:25 +00:00

We are dropping support for python 2, so we are dropping the verification of which python version is currently running and we also stop checking for python2 specific packages. We also drop the encoding definition since python3 uses utf-8 as default. The helper open_func function is also substituted by open.