1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: poetry
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@yaerobi.com>,
Build-Depends: debhelper-compat (= 13),
git (>= 1:2.33.0),
pybuild-plugin-pyproject,
python3-all,
python3-cachecontrol (>= 0.12.6),
python3-cachy (>= 0.3.0),
python3-cleo (>= 0.8.1),
python3-clikit (>= 0.6.2),
python3-crashtest (>= 0.3.1),
python3-deepdiff <!nocheck>,
python3-dulwich,
python3-html5lib (>= 0.3.1),
python3-httpretty (>= 1.0.5) <!nocheck>,
python3-jsonschema (>= 3.2.0),
python3-keyring (>= 22.0.1),
python3-lockfile (>= 1:0.12.2),
python3-pexpect (>= 4.8.0),
python3-pip,
python3-pkginfo (>= 1.7.0),
python3-poetry-core (>= 1.0.7),
python3-pyparsing (>= 2.4.7) <!nocheck>,
python3-pyrsistent (>= 0.15.5) <!nocheck>,
python3-pytest (>= 6.0.2) <!nocheck>,
python3-pytest-mock (>= 1.10.4) <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-requests (>= 2.25.1),
python3-requests-toolbelt (>= 0.9.1),
python3-shellingham (>= 1.3.2),
python3-venv,
python3-virtualenv (>= 20.4.0),
python3.11-venv,
Standards-Version: 4.6.2
Homepage: https://python-poetry.org/
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/poetry
Vcs-Git: https://salsa.debian.org/python-team/packages/poetry.git
Package: python3-poetry
Architecture: all
Depends: python3-lockfile (>= 1:0.12.2),
${misc:Depends},
${python3:Depends},
Description: Python dependency management and packaging made easy (Python 3)
Poetry helps you declare, manage and install dependencies of Python
projects, ensuring you have the right stack everywhere.
.
This package installs the library for Python 3.
|