update dependencies

This commit is contained in:
Kristofers Solo 2023-10-22 19:15:30 +03:00
parent 20c4cccd2f
commit 0b135407e3
2 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,12 @@
[project] [project]
name = "LU-book-store" name = "LU-bookstore"
version = "0.1.0" version = "0.1.0"
description = "1st homework for University of Latvia Python course - Book inventory system" description = "1st homework for University of Latvia Python course - Book inventory system"
authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }] authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.11"
license = { text = "MIT" } license = { text = "MIT" }
dependencies = ["loguru==0.7", "attrs==23.1.0"]
[tool.mypy] [tool.mypy]
check_untyped_defs = true check_untyped_defs = true

View File

@ -1 +1,2 @@
attrs==23.1.0 attrs==23.1.0
loguru==0.7.0