Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.13 KB

File metadata and controls

59 lines (36 loc) · 1.13 KB

Changelog

v0.7.1

  • Correct version reporting #70.

v0.7.0

  • Enable live evaluation of the "setup.py" that use computed arguments. When this occurs, a live evaluation of the Python code is the only working solution short of a full installation. Because this can be a security issue, there is a new "--analyze-setup-py-insecurely" command line option to enable this feature. Note that this not more insecure than actually installing a PyPI package.
  • Add metadata for packages.

v0.6.5

  • Add --version option.

v0.6.4

  • Add support for setup.py

v0.6.3

  • Ensure to filter out top level dependencies on the basis of their environment markers
  • Do not ignore files on basis of name

v0.6.2

  • Ignore invalid requirement files on basis of name
  • Use netrc file from home directory if not present

v0.6.1

  • Use latest ScanCode toolkit packagedcode including the ability to collect extra index URLs from requirements.txt
  • Use new pipdeptree-like format for improved compatibility
  • Rename command line tool name from "dad" to "python-inspector"

v0.5.0

Initial release.