]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/install.rst
Be up to date with six
[pyderasn.git] / doc / install.rst
index 7257589023c9b9b5e7204775ab5e406226f260f2..c327a80894f70d53454a1e4b6d6a51d54ee13213 100644 (file)
@@ -22,7 +22,7 @@ You could use pip (**no** OpenPGP authentication is performed!) with PyPI::
 
     $ cat > requirements.txt <<EOF
     pyderasn==8.2 --hash=sha256:TO-BE-FILLED
-    six==1.14.0 --hash=sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a
+    six==1.15.0 --hash=sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259
     EOF
     $ pip install --requirement requirements.txt