People can now do a pip install -r requirements to get the needed modules. The builtin modules were not included since they don't get pulled in from Pypi.
The version numbers can be removed if you are confident future versions of their modules won't break your functionality, but that's your call :D
People can now do a
pip install -r requirements
to get the needed modules. The builtin modules were not included since they don't get pulled in from Pypi.The version numbers can be removed if you are confident future versions of their modules won't break your functionality, but that's your call :D