Skip to content

Commit

Permalink
Added typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-beauregard committed Apr 12, 2021
1 parent 56aa4ee commit ecc71ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
],
extras_require={
":python_version<'3.0'": ['azure-communication-nspkg'],
":python_version<'3.8'": ["typing-extensions"]
},
project_urls={
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
Expand Down
3 changes: 2 additions & 1 deletion sdk/communication/azure-communication-sms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
],
extras_require={
":python_version<'3.0'": ['azure-communication-nspkg'],
":python_version<'3.5'": ["typing"]
":python_version<'3.5'": ["typing"],
":python_version<'3.8'": ["typing-extensions"]
}
)

0 comments on commit ecc71ee

Please sign in to comment.