From 8ea0ce9d20f576b6ca92e7219885d33ae1a2fd14 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 31 May 2023 16:01:37 +0200 Subject: [PATCH] core: update requirements --- README.md | 6 +++++- requirements.txt | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d1207..845c8b2 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,8 @@ To get html with http requests ### [TinyDB](https://pypi.org/project/tinydb/) To store credential data and url of the http server ### SubProcess and Os -To launch VLC \ No newline at end of file +To launch VLC +### Sys +To exit when a http request failed +### Colorama +To color text in terminal diff --git a/requirements.txt b/requirements.txt index b149159..8927183 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,10 @@ beautifulsoup4==4.12.2 bs4==0.0.1 +certifi==2023.5.7 +charset-normalizer==3.1.0 +colorama==0.4.6 getch==1.0 +idna==3.4 requests==2.30.0 soupsieve==2.4.1 tinydb==4.7.1