`pip freeze` excludes `pip`, `setuptools`, and `wheel` by default, unless the `--all` option is passed. Now that `wheel` depends on `packaging` which in turn depends on `pyparsing` and `six`, new, possibly unexpected lines are emitted by `pip freeze`. I'm not sure yet if it is a problem in practice.