8000 Merge pull request #138 from kilink/master · manniru/twilio-python@5a2c1e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a2c1e5

Browse files
committed
Merge pull request twilio#138 from kilink/master
Remove unused dependency on Werkzeug
2 parents 72f2026 + b00443f commit 5a2c1e5

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
@@ -9,7 +9,7 @@
99
#
1010
# You need to have the setuptools module installed. Try reading the setuptools
1111
# documentation: http://pypi.python.org/pypi/setuptools
12-
REQUIRES = ["httplib2 >= 0.7", "six", "Werkzeug"]
12+
REQUIRES = ["httplib2 >= 0.7", "six"]
1313

1414
if sys.version_info < (2, 6):
1515
REQUIRES.append('simplejson')

0 commit comments

Comments
 (0)
0