core: update requirements
This commit is contained in:
parent
2cd08d5fb0
commit
8ea0ce9d20
@ -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
|
||||
To launch VLC
|
||||
### Sys
|
||||
To exit when a http request failed
|
||||
### Colorama
|
||||
To color text in terminal
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user