fix: add legacy-cgi dependency for Python 3.13+ compatibility

Python 3.13 deprecated and 3.14 removed the cgi module entirely.
feedparser imports it, causing ModuleNotFoundError on newer Python.
This commit is contained in:
anoracleofra-code
2026-03-09 08:45:40 -06:00
parent c9400785a4
commit 14dc1a714d
+1
View File
@@ -2,6 +2,7 @@ fastapi>=0.103.1
uvicorn>=0.23.2
yfinance>=0.2.40
feedparser==6.0.10
legacy-cgi>=2.6
requests==2.31.0
apscheduler==3.10.3
pydantic>=2.3.0