Install typing-extensions explicitly?

This commit is contained in:
brandonlenz 2023-06-01 13:31:13 -04:00
parent 24f952ecb1
commit 3dd89c2ebb
No known key found for this signature in database
GPG key ID: FC8818009789E370
3 changed files with 5 additions and 4 deletions

View file

@ -23,6 +23,7 @@ requests = "*"
django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
boto3 = "*"
typing-extensions ='*'
[dev-packages]
django-debug-toolbar = "*"