Skip to content

Commit

Permalink
coap/fauxhoc: Use latest lakers-python module
Browse files Browse the repository at this point in the history
This enables the use of command line arguments that would previously
have required manual installation of the latest version of
lakers-python.
  • Loading branch information
chrysn committed May 17, 2024
1 parent ae1c344 commit 85cb2a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/coap/fauxhoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# /// script
# requires-python = ">= 3.10"
# dependencies = [
# # 0.3.0 is insufficient for --random-identity, but works for the default case
# "lakers-python == 0.3.0",
# "lakers-python == 0.3.1",
# "aiocoap[oscore] == 0.4.8",
# "cbor2",
# "coap_console == 0.0.1",
Expand Down

0 comments on commit 85cb2a0

Please sign in to comment.