summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-05 22:34:30 +0100
committerIlya Etingof <etingof@gmail.com>2016-11-05 22:34:30 +0100
commitbd01807038a1879a8eec1549fc1153adf649ead9 (patch)
tree620206b60668f7b46dfcf172ac1cd3db737d8d8e /README.md
parent2ad524609624130bc21c7c2d934be959a5d030d2 (diff)
downloadpysnmp-git-bd01807038a1879a8eec1549fc1153adf649ead9.tar.gz
switched from PyCrypto to PyCryptodome
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 af94f09c..12ce74a2 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ $ pip install pysnmp
to download and install PySNMP along with its dependencies:
* [PyASN1](http://pyasn1.sf.net)
-* [PyCrypto](http://pycrypto.org) (required only if SNMPv3 encryption is in use)
+* [PyCryptodome](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)