Skip to content

Files

Latest commit

author
Marcus
Jan 13, 2020
8ca26ea · Jan 13, 2020

History

History
19 lines (14 loc) · 372 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 372 Bytes

Dep-Finder

v2.0

Changed

Dropped support for python 3.6

Security

  • Using subprocess module instead of os

v1.0.1

Security

  • Added an additional unit test to increase code coverage.

Changed

  • Placed argparse logic into a function.
  • Renamed the test file for users to check thier installation against.

Removed

  • Removed unnecessary imports.