Replace unmaintained appdirs by platformdirs

8734277956
This commit is contained in:
Jochen Sprickerhof 2024-07-13 19:05:57 +02:00
parent 956c4be7e5
commit e1aaa3ce93
No known key found for this signature in database
GPG key ID: 5BFFDCC258E69433
2 changed files with 5 additions and 5 deletions

View file

@ -91,7 +91,7 @@ setup(
'babel',
],
install_requires=[
'appdirs',
'platformdirs',
'androguard >= 3.3.5',
'asn1crypto',
'clint',