automaton/requirements.txt
Stephen Finucane 406007e43e Uncap PrettyTable
This is now maintained as a Jazzband project [1].

[1] https://github.com/jazzband/prettytable

Change-Id: I13d782b4b1be7556c3a7cde344a38748d31a249c
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2021-02-11 12:27:12 +00:00

10 lines
393 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.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# For pretty formatting machines/state tables...
PrettyTable>=0.7.2 # BSD