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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for poetry_plugin_tweak_dependencies_version-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acfae318bbd566fd518ff2ddff92a0fe309204d2f0fe968e485762896d8ee67b |
|
MD5 | b719d7e851ae5687d42a699f3635a57f |
|
BLAKE2b-256 | 3b849de1a3c0edb6ddca8fba40e55e2a5a68035bb6e5667cb5c454762a80451a |