]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/install.rst
Update six dependency, just to be up to date
[pyderasn.git] / doc / install.rst
index 40d93837c72543652b071232dc5c69951394eaff..72a196cb8a82b65e54df0dbf8923c7d0fc43ccc6 100644 (file)
@@ -20,7 +20,7 @@ You could use pip (**no** OpenPGP authentication is performed!) with PyPI::
 
     $ cat > requirements.txt <<EOF
     pyderasn==5.6 --hash=sha256:TODO
-    six==1.13.0 --hash=sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66
+    six==1.14.0 --hash=sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a
     EOF
     $ pip install --requirement requirements.txt