diff options
author | Hynek Schlawack <hs@ox.cx> | 2017-05-13 17:44:27 +0200 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-13 10:44:27 -0500 |
commit | d52975cef3a36e18552aeb23de7c06aa73d76454 (patch) | |
tree | a74830b8bdf3742062ded54b1ef1985e8d0063d9 /INSTALL.rst | |
parent | 7706e1484fe6eab0ae35c103e5b89b7e16fca9a5 (diff) | |
download | pyopenssl-git-d52975cef3a36e18552aeb23de7c06aa73d76454.tar.gz |
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
Diffstat (limited to 'INSTALL.rst')
-rw-r--r-- | INSTALL.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 ------------- |