summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-05 15:51:39 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-05 15:51:39 +0200
commit82e59461016e8c0608aeec05489385ec4c18479a (patch)
tree7d7712132aaa26316e703d59e622ca88296295f0 /README.md
parent01605e794e6c4cccfea3c261b7aea0e2130fc23d (diff)
downloadpysnmp-git-82e59461016e8c0608aeec05489385ec4c18479a.tar.gz
pycryptodome replaced with pycryptodomex
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0b89f0a7..da8b73ef 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ pip install pysnmp
to download and install PySNMP along with its dependencies:
* [PyASN1](http://pyasn1.sf.net)
-* [PyCryptodome](https://pycryptodome.readthedocs.io) (required only if SNMPv3 encryption is in use)
+* [PyCryptodomex](https://pycryptodome.readthedocs.io) (required only if SNMPv3 encryption is in use)
* [PySMI](http://pysmi.sf.net) (required for MIB services only)
Besides the library, command-line [SNMP utilities](https://github.com/etingof/pysnmp-apps)