Migrate from tabulate to texttable
### `texttable` - [texttable](https://github.com/foutaise/texttable) - [x] Remove `tabulate` from [readme](https://git.duniter.org/clients/python/silkaj#dependencies) - [x] Remove no longer necessary `--install-types` option to install `types-tabulate` subs module for `mypy` pre-commit hook Better tool? (was easier to develop `history`), available in most distributions: Debian, Fedora, Arch, FreeBSD… --- ### Differences - `tabulate` uses a list of lists - `texttable` uses also a list of lists To be checked, were there an other difference? <!-- --- ### Rewrite `history` with `tabulate` - [ ] (Try to) rewrite `history` command with `tabulate` command. -->
issue