Change minimum python

This commit is contained in:
Guilhem Lavaux 2024-05-16 09:49:30 +02:00
parent 2934c6fb8d
commit 59507b7e84

View File

@ -8,7 +8,7 @@ packages = []
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.12" python = "^3.8"
click = "^8.1.7" click = "^8.1.7"
requests = "^2.31.0" requests = "^2.31.0"
bs4 = "^0.0.2" bs4 = "^0.0.2"