Skip to content

Commit

Permalink
Add requests package to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson committed Sep 5, 2013
1 parent 68f5079 commit bf7cecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)

0 comments on commit bf7cecf

Please sign in to comment.