- 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
35 lines
817 B
INI
35 lines
817 B
INI
[metadata]
|
|
name = everest-testing
|
|
version = attr: everest.testing.__version__
|
|
author = Piet Gömpel
|
|
author_email = piet.goempel@pionix.de
|
|
description = Utilities for testing EVerest
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/EVerest/everest-utils
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
install_requires =
|
|
pytest ~=9.0
|
|
pytest-asyncio ~=1.3
|
|
python-dateutil ~=2.9
|
|
paho-mqtt >=2.0
|
|
pyftpdlib ~=2.2
|
|
ocpp ==2.1.0
|
|
websockets ~=13.1
|
|
pyOpenSSL >=23.2
|
|
pyyaml ~=6.0
|
|
cryptography ~=41.0
|
|
pytest-xdist ~=3.0
|
|
pytest-timeout ~=2.0
|
|
pytest-html ~=4.0
|
|
|
|
package_dir =
|
|
= src
|
|
|
|
python_requires = >=3.8
|