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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user