update dependencies

This commit is contained in:
Kristofers Solo 2023-11-08 14:49:58 +02:00
parent ee3737497e
commit 2ed46444bb
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }]
readme = "README.md"
requires-python = ">=3.11"
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]
check_untyped_defs = true

View File

@ -1,2 +1,3 @@
attrs>=23.1.0
npyscreen>=4.10.5
customtkinter>=5.2.1
packaging>=23.2