diff --git a/README.md b/README.md index 5b4808f..58f1b78 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Go ahead and test it with yours, and kindly report the result back :) Python version: `3` Python packages: + * `requests` * `flask` * `PyYAML` diff --git a/setup.py b/setup.py index c356709..8708805 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,6 @@ setup( 'onkyo', 'denon' ], - install_requires=['flask', 'PyYAML'], + install_requires=['requests', 'flask', 'PyYAML'], packages=find_packages(exclude=['contrib', 'docs', 'tests']) )