๐Ÿ“… Calendar file generator for triathlonlive.tv upcoming events triathlon-live-calendar.fly.dev

Makes Python version flexible

authored by

Eduardo Cuducos and committed by
GitHub
9bf49bd5 e0c27349

+1 -1
+1 -1
pyproject.toml
··· 6 6 license = "MIT" 7 7 8 8 [tool.poetry.dependencies] 9 - python = "3.11.2" 9 + python = "^3.11" 10 10 fastapi = "^0.92.0" 11 11 httpx = "^0.23.3" 12 12 ics = "^0.7"