Skip to content

Commit 61f55fe

Browse files
authored
Update setup.py
1 parent 16027c1 commit 61f55fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"azure_functions_worker._thirdparty",
7272
]
7373

74-
INSTALL_REQUIRES = ["azure-functions==$newLibraryVersion"]
74+
INSTALL_REQUIRES = ["azure-functions==1.20.0b4", "python-dateutil~=2.8.2"]
7575

7676
if sys.version_info[:2] == (3, 7):
7777
INSTALL_REQUIRES.extend(

0 commit comments

Comments
 (0)