Add diskcache finctionality for caching sports api fixtures.

This commit is contained in:
2026-03-22 12:22:31 +01:00
parent 0cbb772dc4
commit ebf8c78c79
3 changed files with 25 additions and 13 deletions

View File

@@ -14,7 +14,8 @@ dependencies = [
"openpyxl>=3.1.0",
"PyYaml==6.0.3",
"playwright==1.58.0",
"requests>=2.32.0"
"requests>=2.32.0",
"diskcache>=5.6",
]
[project.optional-dependencies]