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 <alekratz@gmail.com>
This commit is contained in:
2023-06-20 21:37:06 -07:00
parent f7aed83fe6
commit ac8812fc30

View File

@@ -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"