Need to have a requirements.txt file to store dependencies. This is especially important because we have some odd dependencies (like pyserial rather than serial module)
Actual Behavior
You just have to run things and find out what dependencies you are missing.
Expected Behavior
Need to have a requirements.txt file to store dependencies. This is especially important because we have some odd dependencies (like
pyserial
rather thanserial
module)Actual Behavior
You just have to run things and find out what dependencies you are missing.