Skip to content

Commit

Permalink
Requiring twilio 6.3.0 minimum going forward.
Browse files Browse the repository at this point in the history
Thanks to @wbt's PR, we now work properly with the latest twilio
release.
  • Loading branch information
rdegges committed Jun 8, 2017
1 parent c7fb7e4 commit a9e0927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
@@ -1,6 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals, absolute_import

from os.path import abspath, dirname, join, normpath

from setuptools import find_packages, setup
Expand All @@ -19,7 +18,7 @@

# Package dependencies:
install_requires=[
'twilio>=3.6.9',
'twilio>=6.3.0',
'Django>=1.4',
'django-phonenumber-field>=0.6'
],
Expand Down

0 comments on commit a9e0927

Please sign in to comment.