dependence 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dependence-1.0.1 → dependence-1.0.2}/PKG-INFO +1 -1
- {dependence-1.0.1 → dependence-1.0.2}/dependence/update.py +3 -3
- {dependence-1.0.1 → dependence-1.0.2}/pyproject.toml +1 -1
- {dependence-1.0.1 → dependence-1.0.2}/.gitignore +0 -0
- {dependence-1.0.1 → dependence-1.0.2}/README.md +0 -0
- {dependence-1.0.1 → dependence-1.0.2}/dependence/__init__.py +0 -0
- {dependence-1.0.1 → dependence-1.0.2}/dependence/__main__.py +0 -0
- {dependence-1.0.1 → dependence-1.0.2}/dependence/_utilities.py +0 -0
- {dependence-1.0.1 → dependence-1.0.2}/dependence/freeze.py +0 -0
- {dependence-1.0.1 → dependence-1.0.2}/dependence/py.typed +0 -0
|
@@ -537,9 +537,9 @@ def main() -> None:
|
|
|
537
537
|
type=str,
|
|
538
538
|
help=(
|
|
539
539
|
"If provided, an extra which consolidates the requirements "
|
|
540
|
-
"for all other extras will be added/updated to
|
|
540
|
+
"for all other extras will be added/updated to pyproject.toml "
|
|
541
541
|
"or setup.cfg (this argument is ignored for "
|
|
542
|
-
"requirements.txt files)"
|
|
542
|
+
"requirements.txt files and other TOML files)"
|
|
543
543
|
),
|
|
544
544
|
)
|
|
545
545
|
parser.add_argument(
|
|
@@ -567,7 +567,7 @@ def main() -> None:
|
|
|
567
567
|
nargs="+",
|
|
568
568
|
type=str,
|
|
569
569
|
help=(
|
|
570
|
-
"One or more local paths to a
|
|
570
|
+
"One or more local paths to a *.toml, setup.cfg, "
|
|
571
571
|
"and/or requirements.txt file"
|
|
572
572
|
),
|
|
573
573
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|