diff --git a/setup.py b/setup.py index 28b187a..f57bc3c 100755 --- a/setup.py +++ b/setup.py @@ -60,5 +60,5 @@ 'Topic :: Software Development :: Libraries :: Python Modules'], packages=['pyapns'], package_data={}, - install_requires=['Twisted>=8.2.0', 'pyOpenSSL>=0.10'] + install_requires=['Twisted>=8.2.0', 'pyOpenSSL>=0.10', 'requests>=1.0'] )