Skip to content

Commit

Permalink
Allow twilio-python 8+ in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsyring authored and jheld committed Nov 8, 2023
1 parent 6cdaa4a commit cbb0047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Django>=2.2,<4.3
Sphinx>=1.2.0
phonenumbers>=7.0.2
django-phonenumber-field==6.1.0
twilio>=6.3.0
twilio>=7
wheel>=0.22.0
setuptools>=36.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Package dependencies:
install_requires=[
'setuptools>=36.2',
'twilio>=7,<8',
'twilio>=7',
'django-phonenumber-field>=0.6',
'phonenumbers>=8.10.22',
] + INSTALL_PYTHON_REQUIRES,
Expand Down

0 comments on commit cbb0047

Please sign in to comment.