fix(pyproject.toml): change appdirs dependency to platformdirs
This commit is contained in:
parent
c1bc2de720
commit
1fe868e4d8
1 changed files with 1 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ orjson = "3.9.3"
|
|||
multiprocess = "^0.70.14"
|
||||
cachetools = "^5.3.1"
|
||||
types-cachetools = "^5.3.0.5"
|
||||
appdirs = "^1.4.4"
|
||||
platformdirs = "^3.11.0"
|
||||
pinecone-client = "^2.2.2"
|
||||
supabase = "^1.0.3"
|
||||
pymongo = "^4.4.0"
|
||||
|
|
@ -107,7 +107,6 @@ requests = "^2.28.0"
|
|||
pytest-cov = "^4.0.0"
|
||||
pandas-stubs = "^2.0.0.230412"
|
||||
types-pillow = "^9.5.0.2"
|
||||
types-appdirs = "^1.4.3.5"
|
||||
types-pyyaml = "^6.0.12.8"
|
||||
types-python-jose = "^3.3.4.8"
|
||||
types-passlib = "^1.7.7.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue