From ac8812fc30dbc850a88ae91f55477cbad38fd97c Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 20 Jun 2023 21:37:06 -0700 Subject: [PATCH] Update required python version 3.10 -> 3.9 This is how it was in the Pipenv file, and I messed that up Signed-off-by: Alek Ratzloff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f5e8a6..38169ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "AGPL 3.0" readme = "README.md" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.9" beautifulsoup4 = "^4.12.2" httpx = "^0.24.1"