Downgraded python to 3.7 so that it works on the Pi

pull/1/head
Mike Lynch 2023-12-09 12:47:51 +11:00
parent d5a570295d
commit 606a278d28
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authors = ["Mike Lynch <m.lynch@sydney.edu.au>"]
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.7"
feedparser = "^6.0.10" feedparser = "^6.0.10"
[tool.poetry.scripts] [tool.poetry.scripts]