Poetry plugin used to tweak dependency versions
Project description
Poetry plugin tweak dependencies version
Plugin use to tweak the dependencies of the project.
Will be used when we have different constraints for the dependencies, like publish and dependency upgrader like Renovate.
This plugin will let us tweak the dependencies of the published packages.
Config:
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-plugin-tweak-dependencies-version"]
build-backend = "poetry.core.masonry.api"
[tool.poetry-plugin-tweak-dependencies-version]
default = "(present|major|minor|patch|full)" # Default to `full`
"<package>" = "(present|major|minor|patch|full|<alternate>)"
present
=> *
, major
=> x.*
, minor
=> x.y.*
, patch
=> x.y.z
, full
=> keep the original version.
Or just specify an alternate version constraint.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for poetry_plugin_tweak_dependencies_version-1.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05f3baf7196db13e27b7b894d16353564c0d4d2801c9d142acf08352f4285732 |
|
MD5 | fc3e76ef20cf52d30d9c6196d993d304 |
|
BLAKE2b-256 | a655b89f6f288cf5df005556955dfea70080af8a5d94cce29bf24c569d0c5001 |
Close
Hashes for poetry_plugin_tweak_dependencies_version-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29ff9956e14640e54dd61c268edc6e728dd23040232308f82980a521a1ca1696 |
|
MD5 | 146d0b4a774420fad998e10e8316ced0 |
|
BLAKE2b-256 | 2bade27d7f143fac10a5964bac2137cb5f1a37cfcaf36688f0411fe9e3e5534f |