Add platformdirs to global requirements

In preparation to migrate projects from the abandoned appdirs
library to the currently maintained platformdirs replacement,
explicitly add it to our global requirements list. It's already in
the upper constraints list due to being a transitive dependency, but
we want to make sure we don't inadvertently drop it in the future.

Change-Id: I58c5c36f2f60030f81b09fe27b68323f7f46caeb
This commit is contained in:
Jeremy Stanley 2023-06-21 14:59:51 +00:00
parent 265cad8956
commit 92b0450bb0
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ pika # BSD
Pillow # PIL License
Pint # BSD
pip # MIT
platformdirs # MIT License
prometheus-client # Apache-2.0
protobuf # BSD License (3 clause)
PrettyTable!=3.4.0 # BSD