- 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
40 lines
2.5 KiB
Markdown
40 lines
2.5 KiB
Markdown
This file was generate using [venv](https://docs.python.org/3/library/venv.html) and [pip-licenses](https://pypi.org/project/pip-licenses/).
|
|
|
|
```bash
|
|
python3 -m venv everest-testing-venv
|
|
source everest-testing-venv/bin/activate
|
|
```
|
|
|
|
Change into everest-utils/everest-testing and execute
|
|
|
|
```bash
|
|
python3 -m pip install .
|
|
python3 -m pip install pip-licenses
|
|
pip-licenses --format=markdown --order=license --ignore-packages everest-testing
|
|
```
|
|
|
|
| Name | Version | License |
|
|
|-----------------|---------|-----------------------------------------------------------------|
|
|
| pyOpenSSL | 23.0.0 | Apache Software License |
|
|
| pytest-asyncio | 0.21.0 | Apache Software License |
|
|
| cryptography | 39.0.2 | Apache Software License; BSD License |
|
|
| packaging | 23.0 | Apache Software License; BSD License |
|
|
| python-dateutil | 2.8.2 | Apache Software License; BSD License |
|
|
| pycparser | 2.21 | BSD License |
|
|
| websockets | 10.4 | BSD License |
|
|
| paho-mqtt | 1.6.1 | Eclipse Public License v2.0 / Eclipse Distribution License v1.0 |
|
|
| attrs | 22.2.0 | MIT License |
|
|
| cffi | 1.15.1 | MIT License |
|
|
| exceptiongroup | 1.1.1 | MIT License |
|
|
| iniconfig | 2.0.0 | MIT License |
|
|
| jsonschema | 4.17.3 | MIT License |
|
|
| ocpp | 0.17.0 | MIT License |
|
|
| pluggy | 1.0.0 | MIT License |
|
|
| pyftpdlib | 1.5.7 | MIT License |
|
|
| pyrsistent | 0.19.3 | MIT License |
|
|
| pytest | 7.2.2 | MIT License |
|
|
| six | 1.16.0 | MIT License |
|
|
| tomli | 2.0.1 | MIT License |
|
|
|
|
This list was generated at 2023-03-22.
|