Skip to content

Commit

Permalink
edge-tool / update cryptography to latest (41.0.7)
Browse files Browse the repository at this point in the history
Update crytopgraphy to latest as well.
Add test instructions to README.md.
  • Loading branch information
JanneKiiskila committed Dec 11, 2023
1 parent fc733b1 commit 6fca33c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions edge-tool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ source ./edge-tool/bin/activate
python3 setup.py install
```

## Run tests

You can run the tests simply with `pytest``.
```
pytest -v
```

### How to run

The entry point for Edge tool is [edge_tool.py](./edge_tool.py).
Expand Down
2 changes: 1 addition & 1 deletion edge-tool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docopt==0.6.2
cbor2==5.4.6
pyclibrary==0.2.1
cryptography==39.0.1
cryptography==41.0.7
six==1.16.0
pytest==7.1.3

0 comments on commit 6fca33c

Please sign in to comment.