(fix) remove appdirs as a dependency

This commit is contained in:
ishaan-jaff 2023-12-28 11:25:34 +05:30
parent e81fb81884
commit 7822a8d421
4 changed files with 258 additions and 258 deletions

View file

@ -16,7 +16,6 @@ tokenizers = "*"
click = "*"
jinja2 = "^3.1.2"
certifi = "^2023.7.22"
appdirs = "^1.4.4"
aiohttp = "*"
uvicorn = {version = "^0.24.0.post1", optional = true}