Skip to content

Included pythons requirements

Jakub Prussak requested to merge rionmuerte/audiotube:resources-include into master

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.

Merge request reports