Removed async_lru

This commit is contained in:
Alex Root Junior 2021-10-06 22:08:30 +03:00
parent dac0fab5c0
commit 1c9acbec3c
8 changed files with 25 additions and 76 deletions

View file

@ -36,7 +36,6 @@ magic-filter = "^1.0.2"
aiohttp = "^3.7.4"
pydantic = "^1.8.2"
aiofiles = "^0.7.0"
async_lru = "^1.0.2"
# Fast
uvloop = { version = "^0.16.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
# i18n
@ -127,7 +126,6 @@ known_third_party = [
"aiohttp",
"aiohttp_socks",
"aresponses",
"async_lru",
"packaging",
"pkg_resources",
"pydantic",