Move typing-extensions to dev-packages

This commit is contained in:
brandonlenz 2023-06-01 14:12:53 -04:00
parent 3dd89c2ebb
commit 4046b08ee3
No known key found for this signature in database
GPG key ID: FC8818009789E370
3 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,6 @@ requests = "*"
django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
boto3 = "*"
typing-extensions ='*'
[dev-packages]
django-debug-toolbar = "*"
@ -39,3 +38,4 @@ types-cachetools = "*"
boto3-mocking = "*"
boto3-stubs = "*"
django-model2puml = "*"
typing-extensions ='*'