File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 64646565 url = 'https://github.com/Azure/azure-sdk-for-python' ,
6666 classifiers = [
67- 'Development Status :: 4 - Beta ' ,
67+ 'Development Status :: 5 - Production/Stable ' ,
6868 'Programming Language :: Python' ,
6969 'Programming Language :: Python :: 2' ,
7070 'Programming Language :: Python :: 2.7' ,
7777 zip_safe = False ,
7878 packages = find_packages (exclude = ["tests" ]),
7979 install_requires = [
80- 'msrestazure>=0.4.27,<2.0.0' ,
80+ 'msrest>=0.5.0' ,
81+ 'msrestazure>=0.4.32,<2.0.0' ,
8182 'azure-common~=1.1' ,
8283 'cryptography>=2.1.4' ,
8384 'requests>=2.18.4'
Original file line number Diff line number Diff line change 64646565 url = 'https://github.com/Azure/azure-sdk-for-python' ,
6666 classifiers = [
67- 'Development Status :: 4 - Beta ' ,
67+ 'Development Status :: 5 - Production/Stable ' ,
6868 'Programming Language :: Python' ,
6969 'Programming Language :: Python :: 2' ,
7070 'Programming Language :: Python :: 2.7' ,
7777 zip_safe = False ,
7878 packages = find_packages (exclude = ["tests" ]),
7979 install_requires = [
80- 'msrestazure>=0.4.27,<2.0.0' ,
80+ 'msrest>=0.5.0' ,
81+ 'msrestazure>=0.4.32,<2.0.0' ,
8182 'azure-common~=1.1' ,
8283 ],
8384 cmdclass = cmdclass
You can’t perform that action at this time.
0 commit comments