Project

General

Profile

Actions

Haketilo Software Bill of Materials » History » Revision 3

« Previous | Revision 3/7 (diff) | Next »
koszko, 02/23/2022 02:16 PM
add some more dependencies


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.

Incorporated code

Currently none

External dependencies

Python3

Python is needed to both build and run Hydrilla. At least version 3.7 is required.

Pytest

field value
name pytest
version no known constraints (6.0.2 used)
copyright 2004-2020 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 >=45 (52.0.0 used for development)
copyright Jason R. Coombs
license MIT (Expat)
upstream url https://setuptools.pypa.io/en/latest/

Setuptools are used to build Hydrilla.

setuptools_scm

field value
name setuptools_scm
version >=5.0 (5.0 used for development)
copyright Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> and contributors
license MIT (Expat)
upstream url https://github.com/pypa/setuptools_scm

Needed to extract some VCS data when building from git repo.

jsonschema (Python library)

field value
name jsonschema
version >=3.0 (3.2.0 used for development)
copyright 2011-2019 Julian Berman and contributors
license MIT (Expat)
upstream url https://github.com/Julian/jsonschema

This library is used to validate JSON documents loaded by Hydrilla.

Flask

field value
name flask
version no known constraints (1.0.2 used for development)
copyright 2010-2021 Pallets
license BSD-3-Clause
upstream url https://flask.palletsprojects.com/en/2.0.x/

Click

field value
name click
version no known constraints (7.1.2 used for development)
copyright 2014-2020 Pallets
license BSD-3-Clause
upstream url https://click.palletsprojects.com/en/8.0.x/

Updated by koszko over 1 year ago · 3 revisions

Also available in: PDF HTML TXT