Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Add python dependency version constraints #26

Closed m4wh6k closed 2 years ago

m4wh6k commented 2 years ago

What and why?

This change to the setup.cfg specifies explicit python dependency version constraints for the boardwalk package. This is because it's a good practice, and to provide more information to dependency scanners about what the package depends upon.

I started by choosing the latest version of the dependencies because it was easier than figuring out what the minimum functional dependency versions would be.

How was this tested?

Tested by installing the package locally and using a test Boardwalkfile.py

Checklist