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 b7fbdca commit c9a6651Copy full SHA for c9a6651
setup.py
@@ -71,7 +71,7 @@
71
"azure_functions_worker._thirdparty",
72
]
73
74
-INSTALL_REQUIRES = ["azure-functions==1.19.0b3"]
+INSTALL_REQUIRES = ["azure-functions==1.19.0b3", "python-dateutil~=2.8.2"]
75
76
if sys.version_info[:2] == (3, 7):
77
INSTALL_REQUIRES.extend(
@@ -108,8 +108,7 @@
108
"opencv-python",
109
"pandas",
110
"numpy",
111
- "pre-commit",
112
- "python-dateutil~=2.8.2"
+ "pre-commit"
113
114
}
115
0 commit comments