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
[x] Have you updated the VERSION file (if applicable)?
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