Added - Add CLI application check-dependencies - Add homepage and other links, license, tags and classifieriers to pyproject.toml
0.10.1
Added - [Minor] tool.poetry.description
0.10.0
Added - Support PEP-631 style dependencies
Changes - Remove `--config-file` option: Always use the `pyprojec.toml` file associated with the source - Renames in `pyproject.toml` section `tool.check_dependencies`: - `ignore-requirements` to `known-missing` - `extra-requirements` to `known-extra` - Rename CLI options: - `--extra` to `--missing` - `--ignore` to `--extra`
0.9.1
Added - Github actions for automated testing and publishing