Skip to content

Commit c9a6651

Browse files
gavin-aguiarYunchuWang
authored andcommitted
Moved dateutil to install_requires (#1443)
* Moved dateutil to install_requires * Flake8 fixes
1 parent b7fbdca commit c9a6651

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)