F5-Labs / cryptonice

CryptoNice is both a command line tool and library which provides the ability to scan and report on the configuration of SSL/TLS for your internet or internal facing web services. Built using the sslyze API and ssl, http-client and dns libraries, cryptonice collects data on a given domain and performs a series of tests to check TLS configuration and supporting protocols such as HTTP2 and DNS.
https://www.f5.com/labs/cryptonice
GNU General Public License v3.0
100 stars 25 forks source link

tidy up python dependencies #19

Closed guillomovitch closed 3 years ago

guillomovitch commented 3 years ago
guillomovitch commented 3 years ago

As explained in the commit changelog, most of these dependencies are either useless, or indirect. It doesn't hurt for people managing dependencies manually, with pip for instance, but it does for linux distribution package maintainers, where those dependencies triggers automatic dependencies that would in turn need useless additional package creation in order to get satisfied.

guillomovitch commented 3 years ago

Obsoleted by PR#27