
The appdirs library has been abandoned for several years now, and a fork named platformdirs is the recommended alternative. It's almost a drop-in replacement, except the module and convenience class name have changed. Adjust the internal variable name we're using for the expansion to match as well, for all those consistent hobgoblins. Add it with a >=3 lower bound because that introduces a breaking change of the default configuration location for macOS users. Include a release note about that too. Depends-On: https://review.opendev.org/886642 Change-Id: I4c2b60ca0da29da1f605b4c0b5e77f8e1071a19c
21 lines
647 B
Plaintext
21 lines
647 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
PyYAML>=3.13 # MIT
|
|
platformdirs>=3 # MIT License
|
|
requestsexceptions>=1.2.0 # Apache-2.0
|
|
jsonpatch!=1.20,>=1.16 # BSD
|
|
os-service-types>=1.7.0 # Apache-2.0
|
|
keystoneauth1>=3.18.0 # Apache-2.0
|
|
|
|
decorator>=4.4.1 # BSD
|
|
jmespath>=0.9.0 # MIT
|
|
iso8601>=0.1.11 # MIT
|
|
netifaces>=0.10.4 # MIT
|
|
|
|
dogpile.cache>=0.6.5 # BSD
|
|
cryptography>=2.7 # BSD/Apache-2.0
|
|
|
|
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
|