Skip to content

Commit

Permalink
Made cryptography version explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm authored Feb 4, 2025
1 parent 05b6ce5 commit ba05fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To download and install PySNMP along with its dependencies:
* `pyasn1` package from [PyASN1](https://pyasn1.readthedocs.io)
* If `pysmi` package from [PySMI](https://www.pysnmp.com/pysmi/) presents,
MIB services are enabled.
* If `cryptography` package presents, strong SNMPv3 encryption is enabled.
* If `cryptography` package (43.0.x and above) presents, strong SNMPv3 encryption is enabled.

Make sure you check out other sibling projects of PySNMP from
[the home page](https://www.pysnmp.com/).
Expand Down

0 comments on commit ba05fad

Please sign in to comment.