build(deps): use twilio pkg that does not pin PyJWT version
This commit is contained in:
parent
856a900528
commit
bdd3bf85d9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
py_modules=['alerta_twilio_sms'],
|
||||
install_requires=[
|
||||
'twilio>=6.0.0'
|
||||
'twilio>=6.0.0,<6.51.0' # See https://github.com/twilio/twilio-python/issues/556
|
||||
],
|
||||
include_package_data=True,
|
||||
zip_safe=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue