mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2025-10-21 18:00:34 +00:00
update dependencies
This commit is contained in:
parent
20c4cccd2f
commit
0b135407e3
@ -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
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
|
loguru==0.7.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user