8000 Bump httplib2 version beacuse 0.7.1 disappeared from PyPI · Twilio-api/twilio-python@30160f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30160f9

Browse files
committed
Bump httplib2 version beacuse 0.7.1 disappeared from PyPI
1 parent 99067c9 commit 30160f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author_email = "help@twilio.com",
1818
url = "http://github.com/twilio/twilio-python/",
1919
keywords = ["twilio","twiml"],
20-
install_requires = ["httplib2 == 0.7.1", "pyjwt==0.1.2"],
20+
install_requires = ["httplib2 >= 0.7, < 0.8", "pyjwt==0.1.2"],
2121
packages = find_packages(),
2222
classifiers = [
2323
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)
0