Update the package information and imports.

main
KKlochko 2 years ago
parent 27bae3e375
commit f5e9da7c83

@ -39,3 +39,5 @@
Add the requirements and .gitignore. Add the requirements and .gitignore.
** 1.1.3 <2023-07-16> ** 1.1.3 <2023-07-16>
Update the mail information. Update the mail information.
** 1.1.4 <2023-07-16>
Update the package information and imports.

@ -11,7 +11,7 @@ authors = [
description = "Getting notification from anitube.in.ua." description = "Getting notification from anitube.in.ua."
readme = "README.rst" readme = "README.rst"
license = { file="COPYING" } license = { file="COPYING" }
requires-python = ">=3.7" requires-python = ">=3.10"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",

@ -17,10 +17,10 @@
# along with Anitube Simple Notification. If not, see # # along with Anitube Simple Notification. If not, see #
# <https://www.gnu.org/licenses/>. # # <https://www.gnu.org/licenses/>. #
########################################################################## ##########################################################################
from db import DataBase from .db import DataBase
from scraper import Scraper from .scraper import Scraper
from notify import Notification from .notify import Notification
from config import Config from .config import Config
from rich.console import Console from rich.console import Console
from rich.progress import track from rich.progress import track
import time import time

Loading…
Cancel
Save