neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

chore: change boto's minimum version required #90

Closed netoarmando closed 3 years ago

netoarmando commented 3 years ago

Replace exact versions of boto3 and boto-core with "greater than" and setting an older version because it's the latest available for Fedora 32.

It will install latest via pypi, pinned version is not a requirement anymore because production conflicts with linchpin are not a problem anymore.

Signed-off-by: Armando Neto abiagion@redhat.com