Skip to content

Commit 95b6bb4

Browse files
authored
Update setup.py
1 parent b8e963d commit 95b6bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-kusto-ingest/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"License :: OSI Approved :: MIT License",
4444
],
4545
packages=find_packages(exclude=["azure", "*tests*", "*tests.*"]),
46-
install_requires=["azure-kusto-data=={}".format(VERSION), "azure-storage-blob>=12,<13", "azure-storage-queue>=12,<13", "tenacity>=8.0.0,!=8.4.0"],
46+
install_requires=["azure-kusto-data=={}".format(VERSION), "azure-storage-blob>=12,<13", "azure-storage-queue>=12,<13", "tenacity>=8.0.0"],
4747
extras_require={"pandas": ["pandas"], "aio": []},
4848
)

0 commit comments

Comments
 (0)