8000 don't force dependencies we are not sure about yet · Stackdriver/twilio-python@a3ceb91 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit a3ceb91

Browse files
committed
don't force dependencies we are not sure about yet
1 parent f1887bc commit a3ceb91

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, < 0.8", "pyjwt==0.1.2"],
20+
install_requires = ["httplib2 >= 0.7", "pyjwt"],
2121
packages = find_packages(),
2222
classifiers = [
2323
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)
0