DigitalShoestringSolutions / InventoryManagement

Shoestring starter solution for a simple inventory management system
GNU General Public License v3.0
0 stars 1 forks source link

Requirements versioning #11

Closed tobyaharris closed 4 months ago

tobyaharris commented 4 months ago

As found the hard way in some of our other solutions, we need to keep tight control over versions of dependencies. This repo has a requirements.txt containing entries without version numbers. (ps is openpyxl even used?)

Suggested practice is to always specify the version as exactly as possible eg ==M.m.x . Updating dependency versions deserves a commit.