mirror of
https://github.com/NetherlandsForensicInstitute/hansken-extraction-plugin-sdk-documentation.git
synced 2026-05-06 10:16:33 +00:00
10 lines
424 B
Plaintext
10 lines
424 B
Plaintext
# Prerequisites
|
|
|
|
All required project dependencies to build extraction plugins are published on the public [PyPI](https://pypi.org/project/hansken-extraction-plugin/).
|
|
|
|
Required:
|
|
|
|
* Python 3.8 or higher
|
|
* Java 11 (for running the test-framework, which is implemented in Java)
|
|
* Docker (for packaging and deploying extraction plugins in containers, can be omitted if you have an external build pipeline that provides Docker)
|