Actions
Haketilo Software Bill of Materials » History » Revision 1
Revision 1/7
| Next »
koszko, 12/28/2021 10:40 AM
add Hydrilla Software Bill of Materials page
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.
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 · 1 revisions