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
This commit is contained in:
27
tools/shapeshifter-specification-main/pyproject.toml
Normal file
27
tools/shapeshifter-specification-main/pyproject.toml
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user