You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-hatch-requirements-txt-0.2.0-1.lbn36.noarch

python3-hatch-requirements-txt-0.2.0-1.lbn36.noarch

Package Attributes
RPM  python3-hatch-requirements-txt-0.2.0-1.lbn36.noarch.rpm Architecture  noarch Size  19213 Created  2022/11/29 14:57:30 UTC
Package Specification
Summary Hatchling plugin to read project dependencies from requirements.txt
Group Unspecified
License ZPL
Home Page https://pypi.org/project/hatch-requirements-txt
Description

Hatchling plugin to read project dependencies from requirements.txt

Tests

PyPI

Anaconda

Activity

QA

Other

Installation hatch-requirements-txt can be installed from PyPI or Anaconda. To install with pip: $ python -m pip install hatch-requirements-txt To install with conda:

First add the required channels

$ conda config --add channels https:/conda.anaconda.org/conda-forge

Then install

$ conda install hatch-requirements-txt

Usage In your pyproject.toml make the following changes:

Append hatch-requirements-txt to build-system.requires. Append dependencies to project.dynamic. Add the following table:

[tool.hatch.metadata.hooks.requirements_txt] files = ["requirements.txt"] Optionally, you can also define groups of optional dependencies (also known as “features”) by appending optional-dependencies to project.dynamic and adding a table like: [tool.hatch.metadata.hooks.requirements_txt.optional-dependencies] crypto = ["requirements-crypto.txt"] fast

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-hatch-requirements-txt
python3-hatch-requirements-txt
python3.10-hatch-requirements-txt
python3.10dist(hatch-requirements-txt)
python3dist(hatch-requirements-txt)
Obsoletes
python-hatch-requirements-txt

Document Actions