mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2026-03-22 00:26:21 +00:00
update dependencies
This commit is contained in:
@@ -6,7 +6,7 @@ authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
dependencies = ["attrs==23.1.0", "npyscreen==4.10.5"]
|
dependencies = ["attrs==23.1.0", "customtkinter==5.2.1", "packaging==23.2"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
check_untyped_defs = true
|
check_untyped_defs = true
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
attrs>=23.1.0
|
attrs>=23.1.0
|
||||||
npyscreen>=4.10.5
|
customtkinter>=5.2.1
|
||||||
|
packaging>=23.2
|
||||||
|
|||||||
Reference in New Issue
Block a user