Files
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
2026-06-08 00:38:27 -04:00

28 lines
663 B
TOML

# SPDX-FileCopyrightText: 2020-2023 Contributors to the Shapeshifter project
#
# SPDX-License-Identifier: Apache-2.0
[tool.poetry]
name = "shapeshifter-specification"
version = "0.1.0"
description = ""
authors = ["\"Shapeshifter contributors\""]
license = "\"Apache-2.0\""
readme = "README.md"
package-mode = false
packages = [{include = "shapeshifter_specification"}]
[tool.poetry.dependencies]
python = "^3.10"
mkdocs-material = "^9.6.12"
mike = "^1.1.2"
mkdocs-glightbox = "^0.4.0"
setuptools = "^70.3.0"
weasyprint = "^65.1"
plantuml = "^0.3.0"
mkdocs-plantuml = "^0.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"