8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99067c9 commit 30160f9Copy full SHA for 30160f9
setup.py
@@ -17,7 +17,7 @@
17
author_email = "help@twilio.com",
18
url = "http://github.com/twilio/twilio-python/",
19
keywords = ["twilio","twiml"],
20
- install_requires = ["httplib2 == 0.7.1", "pyjwt==0.1.2"],
+ install_requires = ["httplib2 >= 0.7, < 0.8", "pyjwt==0.1.2"],
21
packages = find_packages(),
22
classifiers = [
23
"Development Status :: 5 - Production/Stable",
0 commit comments