(20241202) Requirements reinstalled.

This commit is contained in:
2024-12-02 19:18:42 +05:30
parent a44a744b73
commit 384d037871
3 changed files with 36 additions and 6 deletions
+5 -1
View File
@@ -24,7 +24,8 @@
N/A
"""
import base64
# *****************************************************************************************************************
# ***** ****
# *** IMPORT ***
@@ -54,6 +55,9 @@ from bs4 import BeautifulSoup
# To work with datatypes:
from typing import Any, Dict
# To work with base-64 encoding:
import base64
# *****************************************************************************************************************
# ***** ****