Skip to content

Commit

Permalink
Add missing extra requires in setup.py (#20246)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriZavala2 authored Aug 13, 2021
1 parent 8c079fd commit 804bb73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
'azure-core<2.0.0,>=1.2.2'
],
extras_require={
":python_version<'3.0'": ['azure-communication-nspkg'],
":python_version<'3.8'": ["typing-extensions"]
},
project_urls={
Expand Down

0 comments on commit 804bb73

Please sign in to comment.