We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a2c3c commit 5f352afCopy full SHA for 5f352af
setup.py
@@ -105,7 +105,7 @@
105
"azure_functions_worker._thirdparty",
106
]
107
108
-INSTALL_REQUIRES = ["azure-functions==1.19.0b1", "python-dateutil~=2.8.2"]
+INSTALL_REQUIRES = ["azure-functions==1.19.0b2"]
109
110
if sys.version_info[:2] == (3, 7):
111
INSTALL_REQUIRES.extend(
@@ -143,6 +143,7 @@
143
"pandas",
144
"numpy",
145
"pre-commit",
146
+ "python-dateutil~=2.8.2"
147
148
}
149
0 commit comments