From d52975cef3a36e18552aeb23de7c06aa73d76454 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 13 May 2017 17:44:27 +0200 Subject: Add an informative __main__.py (#620) * Add an informative __main__.py Give users an easy way to figure out what versions they're running. * Why not more info! * Add test * No empty last line * Make @alex happy * DIAF Python 2.6 * Add cffi's version * Make debug a module * Add cryptography's compile-time OpenSSL --- INSTALL.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index d6c9410..71fe1ed 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -29,12 +29,13 @@ Currently that means: - 1.0.2 - 1.1.0 - If you need support for older releases, the following pinned versions will work: - **OpenSSL 0.9.8**: ``'pyOpenSSL<17.0' 'cryptography<1.4'`` - **OpenSSL 1.0.0**: ``'pyOpenSSL<17.1' 'cryptography<1.7'`` +You can always find out the versions of pyOpenSSL, cryptography, and the linked OpenSSL by running ``python -m OpenSSL.debug``. + Documentation ------------- -- cgit v1.2.1