Replace appdirs with platformdirs (#5644)
Turns out, appdirs is not very well maintained; even its own README suggests switching: <https://github.com/ActiveState/appdirs>.main
parent
d99125a8ea
commit
91b36ce393
@ -1,9 +1,9 @@
|
||||
-r api_client.txt
|
||||
|
||||
appdirs
|
||||
attrs >= 21.4.0
|
||||
packaging >= 21.3
|
||||
Pillow >= 9.0.1
|
||||
platformdirs >= 2.1.0
|
||||
tqdm >= 4.64.0
|
||||
tuspy == 0.2.5 # have it pinned, because SDK has lots of patched TUS code
|
||||
typing_extensions >= 4.2.0
|
||||
Loading…
Reference in New Issue