build: update Python SDK Version to 1.20.0 (#1510)
* Update Python SDK Version to 1.20.0 * Update setup.py * Update setup.py --------- Co-authored-by: AzureFunctionsPython <funcdisc@microsoft.com>
This commit is contained in:
Родитель
31f0e832a6
Коммит
3e3695f629
2
setup.py
2
setup.py
|
@ -71,7 +71,7 @@ PACKAGES = [
|
|||
"azure_functions_worker._thirdparty",
|
||||
]
|
||||
|
||||
INSTALL_REQUIRES = ["azure-functions==1.20.0b4", "python-dateutil~=2.8.2"]
|
||||
INSTALL_REQUIRES = ["azure-functions==1.20.0", "python-dateutil~=2.8.2"]
|
||||
|
||||
if sys.version_info[:2] == (3, 7):
|
||||
INSTALL_REQUIRES.extend(
|
||||
|
|
Загрузка…
Ссылка в новой задаче