From a47a8a23a6c5c5b163e3e3bbf5458ed1d40dbacd Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 11 Feb 2021 20:28:51 +0100 Subject: Add pytest --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 83d42d5..6293bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Nao Pross "] license = "GPLv3" [tool.poetry.dependencies] -python = "^3.5" +python = "^3.6" colorlog = "^4.7.2" requests = "^2.25.1" PyQt5 = "^5.15.2" @@ -14,6 +14,7 @@ PyQt5 = "^5.15.2" [tool.poetry.dev-dependencies] pyinstaller = "^4.2" pycodestyle = "^2.6.0" +pytest = "^6.2.2" [build-system] requires = ["poetry-core>=1.0.0"] -- cgit v1.2.1