Remove unused passlib from requirements

The passlib library was used to generate passwords but that logic was
migrated to tripleo-common during Newton cycle by [1].

[1] b51753e8e5

Change-Id: If5ce7bb8e4a09284e0d978ba5b4bb3b994207392
This commit is contained in:
Takashi Kajinami 2022-05-27 11:15:21 +09:00
parent 71b89f4387
commit adede336e1

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
passlib>=1.7.0 # BSD
psutil>=3.2.2 # BSD
python-ironic-inspector-client>=1.5.0 # Apache-2.0
python-heatclient>=1.10.0 # Apache-2.0