<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
•abc           @   s   d  „  Z  d „  Z d „  Z d S(   c         C   s   i  } i  } xt |  D]l } d | j  | j f } t t | |  ƒ ƒ } | rW | | | <n  t t | |  ƒ ƒ } | r | | | <q q W| | f S(   Ns   %s==%s(   t   project_namet   versiont   listt   get_missing_reqst   get_incompatible_reqs(   t   installed_distst   missing_reqs_dictt   incompatible_reqs_dictt   distt   keyt   missing_reqst   incompatible_reqs(    (    s8   /usr/lib/python2.7/site-packages/pip/operations/check.pyt   check_requirements   s    c         c   sd   t  d „  | Dƒ ƒ } t  ƒ  } x> |  j ƒ  D]0 } | j j ƒ  | k r, | j | ƒ | Vq, q, Wd S(   s\   Return all of the requirements of `dist` that aren't present in
    `installed_dists`.

    c         s   s   |  ] } | j  j ƒ  Vq d  S(   N(   R    t   lower(   t   .0t   d(    (    s8   /usr/lib/python2.7/site-packages/pip/operations/check.pys	   <genexpr>   s    N(   t   sett   requiresR    R   t   add(   R   R   t   installed_namest   missing_requirementst   requirement(    (    s8   /usr/lib/python2.7/site-packages/pip/operations/check.pyR      s    	c         c   sq   i  } x | D] } | | | j  <q WxF |  j ƒ  D]8 } | j | j  ƒ } | r1 | | k r1 | | f Vq1 q1 Wd S(   sy   Return all of the requirements of `dist` that are present in
    `installed_dists`, but have incompatible versions.

    N(   R    R   t   get(   R   R   t   installed_dists_by_namet   installed_distR   t   present_dist(    (    s8   /usr/lib/python2.7/site-packages/pip/operations/check.pyR   $   s    N(   R   R   R   (    (    (    s8   /usr/lib/python2.7/site-packages/pip/operations/check.pyt   <module>   s   		