Adding chardet to README

This commit is contained in:
Lionel Dricot 2023-03-27 20:51:03 +02:00
parent 453f8af9f9
commit a0ce56d45e
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Offpunk History
## 1.9.3 - unreleased
## 1.10 - unreleased
- IMPORTANT : new optional dependency : python-chardet
- Add missing chardet module (Sotiris Papatheodorou)
## 1.9.2 - March 13th 2023

View File

@ -87,6 +87,7 @@ Dependencies to enable web browsing (packagers may put those in an offpunk-web m
Nice to have (packagers should may make those optional):
* [Xsel](http://www.vergenet.net/~conrad/software/xsel/) allows to `go` to the URL copied in the clipboard without having to paste it (both X and traditional clipboards are supported). Also needed to use the `copy` command. (apt-get install xsel)
* [Python-setproctitle](https://github.com/dvarrazzo/py-setproctitle) will change the process name from "python" to "offpunk". Useful to kill it without killing every python service.
* [Python-chardet](https://github.com/chardet/chardet) is used to detect the character encoding on Gopher (and may be used more in the future)
## Features

View File

@ -1 +1 @@
sudo apt install less file xdg-utils xsel chafa timg python3-cryptography python3-requests python3-feedparser python3-bs4 python3-readability python3-pil python3-setproctitle
sudo apt install less file xdg-utils xsel chafa timg python3-cryptography python3-requests python3-feedparser python3-bs4 python3-readability python3-pil python3-setproctitle python3-chardet