From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [edk2-devel] [Patch v3 03/22] requirements.txt: Add python pip requirements file To: Leif Lindholm ,devel@edk2.groups.io From: "Sean" X-Originating-Location: Redmond, Washington, US (167.220.2.83) X-Originating-Platform: Windows Chrome 79 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 29 Oct 2019 19:52:48 -0700 References: <20191030022757.GS16820@bivouac.eciton.net> In-Reply-To: <20191030022757.GS16820@bivouac.eciton.net> Message-ID: <2748.1572403968433015098@groups.io> Content-Type: multipart/alternative; boundary="usAPEn3JHhl550445cRL" --usAPEn3JHhl550445cRL Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable It is a convention for projects using python.=C2=A0 It definitely isn't req= uired but there are some features that come for free when using that filena= me. https://github.blog/2018-07-12-security-vulnerability-alerts-for-python/ and https://help.github.com/en/github/visualizing-repository-data-with-graphs/= listing-the-packages-that-a-repository-depends-on You can also get more insight from github into dependencies and dependents= . example: https://github.com/tianocore/edk2-pytool-extensions/network/depen= dencies I did notice on the example from above that github picked up the requireme= nts.publisher.txt so i don't know what their pattern matching does exactly. --usAPEn3JHhl550445cRL Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable It is a convention for projects using python.  It definitely isn't req= uired but there are some features that come for free when using that filena= me. 

https://github.blog/2018-07-12-security-vuln= erability-alerts-for-python/
and 
https://help.github.com/en/github/vi= sualizing-repository-data-with-graphs/listing-the-packages-that-a-repositor= y-depends-on

You can also get more insight from github into = dependencies and dependents.  
example: https://gi= thub.com/tianocore/edk2-pytool-extensions/network/dependencies
I did notice on the example from above that github picked up the require= ments.publisher.txt so i don't know what their pattern matching does exactl= y.



--usAPEn3JHhl550445cRL--