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
ee3737497e
commit
2ed46444bb
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user