**************************
* Modified analyzer to use **Pypi API** instead of Libraries.io API;
* There is no need anymore for an API key and commands have been modified to remove the
``filekey`` argument;
* Fixed RST formatter that failed when asked for failures but there was none;
* Added new argument ``--chunk`` on analyze and report commands. It defines the
amount of requirements to process before pausing;
* Added optional Rich formatter;
* Added JSON formatter;
* Added CSV formatter;
* Format and Report commands now includes failures table by default, it can still be
disabled with option ``--no-failures``;
* Updated script to freeze local dependencies;