Haketilo Software Bill of Materials » History » Version 2
koszko, 12/28/2021 04:29 PM
add link to text version
| 1 | 1 | koszko | # Hydrilla Software Bill of Materials |
|---|---|---|---|
| 2 | |||
| 3 | [Software Bill of Materials (SBOM)](https://en.wikipedia.org/wiki/Software_bill_of_materials) lists external components used or included in a given software product. |
||
| 4 | |||
| 5 | 2 | koszko | You may also want to look at the [SBOM of Haketilo](/projects/haketilo/wiki/Haketilo_Software_Bill_of_Materials) and [a concatenated plain text version](/attachments/download/100/SBoM.txt). |
| 6 | 1 | koszko | |
| 7 | *Note: This SBOM corresponds to the upcoming Hydrilla version 1.0 written in Python.* |
||
| 8 | |||
| 9 | {{toc}} |
||
| 10 | |||
| 11 | ## Incorporated code |
||
| 12 | |||
| 13 | *Currently none* |
||
| 14 | |||
| 15 | ## External dependencies |
||
| 16 | |||
| 17 | ### Python3 |
||
| 18 | Python is needed to both build and run Hydrilla. |
||
| 19 | |||
| 20 | ### Pytest |
||
| 21 | | field | value | |
||
| 22 | |--------------+------------------------------------| |
||
| 23 | | name | pytest | |
||
| 24 | | version | no known constraints (6.2.5 used) | |
||
| 25 | | copyright | 2004-2021 Holger Krekel and others | |
||
| 26 | | license | MIT (Expat) | |
||
| 27 | | upstream url | https://pytest.org | |
||
| 28 | |||
| 29 | Pytest is used in automated tests of Hydrilla. |
||
| 30 | |||
| 31 | ### Setuptools |
||
| 32 | | field | value | |
||
| 33 | |--------------+-------------------------------------------------| |
||
| 34 | | name | setuptools | |
||
| 35 | | version | no known constraints (40.8.0 used successfully) | |
||
| 36 | | copyright | Jason R. Coombs | |
||
| 37 | | license | MIT (Expat) | |
||
| 38 | | upstream url | https://setuptools.pypa.io/en/latest/ | |
||
| 39 | |||
| 40 | Setuptools are used to build Hydrilla. |
||
| 41 | |||
| 42 | ### Flask |
||
| 43 | | field | value | |
||
| 44 | |--------------+------------------------------------------------| |
||
| 45 | | name | flask | |
||
| 46 | | version | no known constraints (1.0.2 used successfully) | |
||
| 47 | | copyright | 2010-2021 Pallets | |
||
| 48 | | license | BSD-3-Clause | |
||
| 49 | | upstream url | https://flask.palletsprojects.com/en/2.0.x/ | |