Skip to content

Commit

Permalink
revert jsonschema changes (#940)
Browse files Browse the repository at this point in the history
* revert jsonschema changes

* remove occp reference in test

* remove websockets from test req

---------

Co-authored-by: lbbrhzn <[email protected]>
  • Loading branch information
drc38 and lbbrhzn authored Oct 28, 2023
1 parent 691ef61 commit c167f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions custom_components/ocpp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"persistent_notification"
],
"codeowners": [
"@lbbrhzn"
"@lbbrhzn",
"@drc38"
],
"config_flow": true,
"documentation": "https://github.com/lbbrhzn/ocpp/blob/main/README.md",
"iot_class": "local_push",
"issue_tracker": "https://github.com/lbbrhzn/ocpp/issues",
"requirements": [
"ocpp>=0.14.1",
"websockets>=10.2",
"jsonschema==4.19.0"
"ocpp>=0.20.0",
"websockets>=10.2"
],
"version": "0.4.36"
"version": "0.4.42"
}
2 changes: 0 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-r requirements_dev.txt
pytest-homeassistant-custom-component==0.12.50
ocpp==0.21.0
websockets==12.0
pytest-cov

0 comments on commit c167f4b

Please sign in to comment.