Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1009 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 1009 Bytes

Changelog

Version 0.3.0

Release date: 2023/10/06

What's Changed

  • Refactor parsers and support pyproject-only projects (#8)

Version 0.2.0

Release date: 2022/01/10

What's Changed

  • Remove rich as a dependency by @leouieda in #6
  • Add note about being inspired by the MetPy GitHub Actions scripts
  • Add a basic changelog in a markdown file

Version 0.1.0

Release date: 2022/01/06

First release of Dependente, a tool for inspecting Python package dependencies

This is a small command-line program for extracting dependencies from Python project files (pyproject.toml and setup.cfg) and converting them into requirements.txt-type files for use with pip and conda. The main reason to do so is to control and customize the testing environment on continuous integration (CI) while avoiding repeating the list of dependencies in multiple places. That's what we use it for.