# --- Install Requre / script #0 # Started at 2026-05-27T08:37:25.396195+00:00, finished at 2026-05-27T08:37:27.536044+00:00 (0:00:02.139849) # Finished successfully # stdout (47 lines) # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Collecting requre Downloading requre-0.9.1-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: click in /usr/lib/python3.14/site-packages (from requre) (8.3.3) Collecting gitpython (from requre) Downloading gitpython-3.1.50-py3-none-any.whl.metadata (14 kB) Collecting httpx (from requre) Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB) Collecting pytest (from requre) Downloading pytest-9.0.3-py3-none-any.whl.metadata (7.6 kB) Requirement already satisfied: pyyaml in /usr/lib64/python3.14/site-packages (from requre) (6.0.3) Requirement already satisfied: requests in /usr/lib/python3.14/site-packages (from requre) (2.33.1) Collecting gitdb<5,>=4.0.1 (from gitpython->requre) Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB) Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython->requre) Downloading smmap-5.0.3-py3-none-any.whl.metadata (4.6 kB) Collecting anyio (from httpx->requre) Downloading anyio-4.13.0-py3-none-any.whl.metadata (4.5 kB) Collecting certifi (from httpx->requre) Downloading certifi-2026.5.20-py3-none-any.whl.metadata (2.5 kB) Collecting httpcore==1.* (from httpx->requre) Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB) Requirement already satisfied: idna in /usr/lib/python3.14/site-packages (from httpx->requre) (3.15) Collecting h11>=0.16 (from httpcore==1.*->httpx->requre) Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB) Collecting iniconfig>=1.0.1 (from pytest->requre) Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB) Requirement already satisfied: packaging>=22 in /usr/lib/python3.14/site-packages (from pytest->requre) (26.2) Collecting pluggy<2,>=1.5 (from pytest->requre) Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) Requirement already satisfied: pygments>=2.7.2 in /usr/lib/python3.14/site-packages (from pytest->requre) (2.20.0) Requirement already satisfied: charset_normalizer<4,>=2 in /usr/lib/python3.14/site-packages (from requests->requre) (3.4.7) Requirement already satisfied: urllib3<3,>=1.26 in /usr/lib/python3.14/site-packages (from requests->requre) (2.7.0) Downloading requre-0.9.1-py3-none-any.whl (49 kB) Downloading gitpython-3.1.50-py3-none-any.whl (212 kB) Downloading gitdb-4.0.12-py3-none-any.whl (62 kB) Downloading smmap-5.0.3-py3-none-any.whl (24 kB) Downloading httpx-0.28.1-py3-none-any.whl (73 kB) Downloading httpcore-1.0.9-py3-none-any.whl (78 kB) Downloading h11-0.16.0-py3-none-any.whl (37 kB) Downloading anyio-4.13.0-py3-none-any.whl (114 kB) Downloading certifi-2026.5.20-py3-none-any.whl (134 kB) Downloading pytest-9.0.3-py3-none-any.whl (375 kB) Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB) Installing collected packages: smmap, pluggy, iniconfig, h11, certifi, anyio, pytest, httpcore, gitdb, httpx, gitpython, requre Successfully installed anyio-4.13.0 certifi-2026.5.20 gitdb-4.0.12 gitpython-3.1.50 h11-0.16.0 httpcore-1.0.9 httpx-0.28.1 iniconfig-2.3.0 pluggy-1.6.0 pytest-9.0.3 requre-0.9.1 smmap-5.0.3 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # stderr (1 lines) # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~