diff --git a/setup.py b/setup.py index b98cfbb29..89a23dc8b 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,9 @@ 'django-formtools', ], extras_require={ - 'Call': ['twilio>=6.0'], - 'SMS': ['twilio>=6.0'], - 'YubiKey': ['django-otp-yubikey'], + 'call': ['twilio>=6.0'], + 'sms': ['twilio>=6.0'], + 'yubikey': ['django-otp-yubikey'], 'phonenumbers': ['phonenumbers>=7.0.9,<8.99',], 'phonenumberslite': ['phonenumberslite>=7.0.9,<8.99',], },