Skip to content

Commit c68f88b

Browse files
YunchuWanggavin-aguiarAzureFunctionsPython
authored
Restore latest dev (#1445)
* Moved dateutil to install_requires (#1443) * Moved dateutil to install_requires * Flake8 fixes * Update Python Worker Version to 4.26.0 --------- Co-authored-by: gavin-aguiar <[email protected]> Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent b7fbdca commit c68f88b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

azure_functions_worker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = '4.24.0'
4+
VERSION = '4.26.0'

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"azure_functions_worker._thirdparty",
7272
]
7373

74-
INSTALL_REQUIRES = ["azure-functions==1.19.0b3"]
74+
INSTALL_REQUIRES = ["azure-functions==1.19.0b3", "python-dateutil~=2.8.2"]
7575

7676
if sys.version_info[:2] == (3, 7):
7777
INSTALL_REQUIRES.extend(
@@ -108,8 +108,7 @@
108108
"opencv-python",
109109
"pandas",
110110
"numpy",
111-
"pre-commit",
112-
"python-dateutil~=2.8.2"
111+
"pre-commit"
113112
]
114113
}
115114

0 commit comments

Comments
 (0)