diff options
author | Parker M <contact@pkrm.dev> | 2023-09-19 20:19:55 -0500 |
---|---|---|
committer | Parker M <contact@pkrm.dev> | 2023-09-19 20:19:55 -0500 |
commit | 9027b7da3332604dd1c7d4934f764ce1ccfecb54 (patch) | |
tree | 4798770968bfa157e99d080d7254a43dcc9c1f01 /requirements.txt | |
parent | ffea8cc42abb9882d18fbab87e097264ff014c02 (diff) |
Add Twilio Support
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 70c6fdf..0901419 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ APScheduler==3.10.4 hypercorn==0.14.4 asyncio==3.4.3 -telnyx==2.0.0
\ No newline at end of file +telnyx==2.0.0 +twilio==8.8.0
\ No newline at end of file |