requirements: Remove explicit pbr dependency
We don't use pbr at runtime; ergo, there is no reason to include this in
requirements.txt.
While we're here, we remove a note that is no longer true with the new
dependency resolver introduced in pip 20.3.
Change-Id: I39ee12f052fff6d69f8fe97949e6e5df7511647b
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
# 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 | ||
autopage>=0.4.0 # Apache 2.0 | ||
cmd2>=1.0.0 # MIT | ||
PrettyTable>=0.7.2 # BSD | ||
... | ... |
Please register or sign in to comment