Skip to content

Commit cbb0047

Browse files
calebsyringjheld
authored andcommitted
Allow twilio-python 8+ in setup.py
1 parent 6cdaa4a commit cbb0047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Django>=2.2,<4.3
22
Sphinx>=1.2.0
33
phonenumbers>=7.0.2
44
django-phonenumber-field==6.1.0
5-
twilio>=6.3.0
5+
twilio>=7
66
wheel>=0.22.0
77
setuptools>=36.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Package dependencies:
2929
install_requires=[
3030
'setuptools>=36.2',
31-
'twilio>=7,<8',
31+
'twilio>=7',
3232
'django-phonenumber-field>=0.6',
3333
'phonenumbers>=8.10.22',
3434
] + INSTALL_PYTHON_REQUIRES,

0 commit comments

Comments
 (0)