File tree 7 files changed +15
-15
lines changed
servicebus/azure-servicebus
textanalytics/azure-ai-textanalytics
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3
3
from io import open
4
4
import re
5
5
6
- # example setup.py Feel free to copy the entire "azure-template" folder into a package folder named
7
- # with "azure-<yourpackagename>". Ensure that the below arguments to setup() are updated to reflect
6
+ # example setup.py Feel free to copy the entire "azure-template" folder into a package folder named
7
+ # with "azure-<yourpackagename>". Ensure that the below arguments to setup() are updated to reflect
8
8
# your package.
9
9
10
- # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way
10
+ # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way
11
11
# up from python 2.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging
12
12
13
13
PACKAGE_NAME = "azure-communication-chat"
61
61
install_requires = [
62
62
'azure-core<2.0.0,>=1.9.0' ,
63
63
'msrest>=0.6.0' ,
64
- 'six>=1.6 '
64
+ 'six>=1.11.0 '
65
65
],
66
66
extras_require = {
67
67
":python_version<'3.0'" : ['azure-communication-nspkg' ],
Original file line number Diff line number Diff line change 3
3
from io import open
4
4
import re
5
5
6
- # example setup.py Feel free to copy the entire "azure-template" folder into a package folder named
7
- # with "azure-<yourpackagename>". Ensure that the below arguments to setup() are updated to reflect
6
+ # example setup.py Feel free to copy the entire "azure-template" folder into a package folder named
7
+ # with "azure-<yourpackagename>". Ensure that the below arguments to setup() are updated to reflect
8
8
# your package.
9
9
10
- # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way
10
+ # this setup.py is set up in a specific way to keep the azure* and azure-mgmt-* namespaces WORKING all the way
11
11
# up from python 2.7. Reference here: https://github.com/Azure/azure-sdk-for-python/wiki/Azure-packaging
12
12
13
13
PACKAGE_NAME = "azure-communication-sms"
65
65
install_requires = [
66
66
'azure-core<2.0.0,>=1.9.0' ,
67
67
'msrest>=0.6.0' ,
68
- 'six>=1.6 '
68
+ 'six>=1.11.0 '
69
69
],
70
70
extras_require = {
71
71
":python_version<'3.0'" : ['azure-communication-nspkg' ],
Original file line number Diff line number Diff line change 68
68
},
69
69
install_requires = [
70
70
'requests>=2.18.4' ,
71
- 'six>=1.6 ' ,
71
+ 'six>=1.11.0 ' ,
72
72
],
73
73
extras_require = {
74
74
":python_version<'3.0'" : ['azure-nspkg' ],
Original file line number Diff line number Diff line change 67
67
]
68
68
),
69
69
install_requires = [
70
- 'six >=1.6 ' ,
70
+ 'six >=1.11.0 ' ,
71
71
'azure-core<2.0.0,>=1.0.0'
72
72
],
73
73
extras_require = {
Original file line number Diff line number Diff line change 84
84
'msrest>=0.6.17,<2.0.0' ,
85
85
'azure-core<2.0.0,>=1.6.0' ,
86
86
"isodate>=0.6.0" ,
87
- "six>=1.6 " ,
87
+ "six>=1.11.0 " ,
88
88
],
89
89
extras_require = {
90
90
":python_version<'3.0'" : ['azure-nspkg' , 'futures' ],
Original file line number Diff line number Diff line change 82
82
"azure-core<2.0.0,>=1.8.2" ,
83
83
"msrest>=0.6.0" ,
84
84
'azure-common~=1.1' ,
85
- 'six>=1.6 ' ,
85
+ 'six>=1.11.0 ' ,
86
86
],
87
87
extras_require = {
88
88
":python_version<'3.0'" : ['azure-ai-nspkg' ],
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ certifi>=2017.4.17
115
115
aiohttp>=3.0
116
116
aiodns>=2.0
117
117
python-dateutil>=2.8.0
118
- six>=1.6
118
+ six>=1.11.0
119
119
isodate>=0.6.0
120
120
avro<2.0.0,>=1.10.0
121
121
#override azure azure-keyvault~=1.0
@@ -189,5 +189,5 @@ opentelemetry-sdk==0.16b1
189
189
#override azure-opentelemetry-exporter-azuremonitor msrest>=0.6.10
190
190
#override azure-core-tracing-opentelemetry opentelemetry-api==0.13b0
191
191
#override azure-identity six>=1.12.0
192
- #override azure-ai-formrecognizer six>=1.11.0
193
- #override azure-ai-metricsadvisor six>=1.11.0
192
+ #override azure-ai-formrecognizer
193
+ #override azure-ai-metricsadvisor
You can’t perform that action at this time.
0 commit comments