validations-common/requirements.txt
Mathieu Bultel 7f3c565b00 Fix lower-constraints errors for validations-common
This patch changes the lower-constraint requirements to make them
py3.8 compatible. See https://bugs.launchpad.net/nova/+bug/1886298
cffi==1.14.0
greenlet==0.4.15
MarkupSafe==1.1.0
paramiko==2.7.1
PyYAML==3.13

Change-Id: Id259dccd94a7cc6773e0c2d4002aac08c9557c65
2020-09-11 22:26:10 +02:00

8 lines
273 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>=3.1.1 # Apache-2.0
PyYAML>=3.13 # MIT
PrettyTable>=0.7.2