File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ pytest-cov = "*"
1515
1616[packages ]
1717aiohttp = " *"
18+ asyncache = " *"
1819cachetools = " *"
1920fastapi = " *"
2021gunicorn = " *"
Original file line number Diff line number Diff line change 22import csv
33from datetime import datetime
44
5- from cachetools import TTLCache , cached
5+ from asyncache import cached
6+ from cachetools import TTLCache
67
78from ...coordinates import Coordinates
89from ...location .csbs import CSBSLocation
Original file line number Diff line number Diff line change 22import csv
33from datetime import datetime
44
5- from cachetools import TTLCache , cached
5+ from asyncache import cached
6+ from cachetools import TTLCache
67
78from ...coordinates import Coordinates
89from ...location import TimelinedLocation
You can’t perform that action at this time.
0 commit comments