From 0b135407e35725857fbbab5744b2d79a6bc7a19a Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sun, 22 Oct 2023 19:15:30 +0300 Subject: [PATCH] update dependencies --- pyproject.toml | 5 +++-- requirements.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34bcf2c..1100b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [project] -name = "LU-book-store" +name = "LU-bookstore" version = "0.1.0" description = "1st homework for University of Latvia Python course - Book inventory system" authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }] readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" license = { text = "MIT" } +dependencies = ["loguru==0.7", "attrs==23.1.0"] [tool.mypy] check_untyped_defs = true diff --git a/requirements.txt b/requirements.txt index b3f9bb3..9c3363b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ attrs==23.1.0 +loguru==0.7.0