Included pythons requirements
Right now python dependencies are listed in README file, what makes installation of required libraries a bit suboptimal, this just allows to install all simply with python -m pip install requirements.txt
It also allows to clarify the required version of libraries in case they break the compatibility in future versions.