fix depends

This commit is contained in:
SpudGunMan
2024-08-08 11:53:27 -07:00
parent 92b7b7ae2a
commit 0b3040f7b7
3 changed files with 3 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ pip install maidenhead
pip install beautifulsoup4
pip install dadjokes
pip install openmeteo_requests
pip install retry_requests
```
To enable emoji in the Debian console, install the fonts `sudo apt-get install fonts-noto-color-emoji`

View File

@@ -1,5 +1,5 @@
import openmeteo_requests # pip install openmeteo-requests
from retry_requests import retry
from retry_requests import retry # pip install retry-requests
#import requests_cache
from modules.log import *

View File

@@ -8,3 +8,4 @@ maidenhead
beautifulsoup4
dadjokes
openmeteo_requests
retry_requests