Actions
Haketilo Software Bill of Materials » History » Revision 2
« Previous |
Revision 2/7
(diff)
| Next »
koszko, 12/28/2021 04:29 PM
add link to text version
Hydrilla Software Bill of Materials¶
Software Bill of Materials (SBOM) lists external components used or included in a given software product.
You may also want to look at the SBOM of Haketilo and a concatenated plain text version.
Note: This SBOM corresponds to the upcoming Hydrilla version 1.0 written in Python.
- Table of contents
- Hydrilla Software Bill of Materials
Incorporated code¶
Currently none
External dependencies¶
Python3¶
Python is needed to both build and run Hydrilla.
Pytest¶
field | value |
---|---|
name | pytest |
version | no known constraints (6.2.5 used) |
copyright | 2004-2021 Holger Krekel and others |
license | MIT (Expat) |
upstream url | https://pytest.org |
Pytest is used in automated tests of Hydrilla.
Setuptools¶
field | value |
---|---|
name | setuptools |
version | no known constraints (40.8.0 used successfully) |
copyright | Jason R. Coombs |
license | MIT (Expat) |
upstream url | https://setuptools.pypa.io/en/latest/ |
Setuptools are used to build Hydrilla.
Flask¶
field | value |
---|---|
name | flask |
version | no known constraints (1.0.2 used successfully) |
copyright | 2010-2021 Pallets |
license | BSD-3-Clause |
upstream url | https://flask.palletsprojects.com/en/2.0.x/ |
Updated by koszko over 1 year ago · 2 revisions