8000 Remove unused dependency · fureigh/twilio-python@b00443f · GitHub
[go: up one dir, main page]

Skip to content

Commit b00443f

Browse files
committed
Remove unused dependency
1 parent f19f15e commit b00443f

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