diff --git a/pyproject.toml b/pyproject.toml index 63cd867..121844a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ authors = [{ name = "Kristofers Solo", email = "dev@kristofers.xyz" }] readme = "README.md" requires-python = ">=3.11" license = { text = "GPLv3" } -dependencies = [] +dependencies = ["pygame-ce==2.3.2", "loguru==0.7.2"] + [tool.mypy] check_untyped_defs = true diff --git a/requirements.txt b/requirements.txt index 99163fb..0959348 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ -pygame +pygame-ce>=2.3.2 +loguru>=0.7.2 .