diff --git a/pyproject.toml b/pyproject.toml index e6b7f02..f9a1a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/requirements.txt b/requirements.txt index 2fb84cb..83b9f65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ attrs>=23.1.0 -npyscreen>=4.10.5 +customtkinter>=5.2.1 +packaging>=23.2