Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah authored Nov 21, 2023
1 parent 74ca9e7 commit 37b433c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-kusto-data/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
package_data={"": ["wellKnownKustoEndpoints.json"]},
include_package_data=True,
install_requires=["python-dateutil>=2.8.0", "requests>=2.13.0", "azure-identity>=1.5.0,<2", "msal>=1.9.0,<2", "ijson~=3.1", "azure-core>=1.11.0,<2"],
extras_require={"pandas": ["pandas"], "aio": ["aiohttp>=3.9.0b2,<4", "asgiref>=3.2.3,<4"]},
extras_require={"pandas": ["pandas"], "aio": ["aiohttp>=3.8.0,<4", "asgiref>=3.2.3,<4"]},
)

0 comments on commit 37b433c

Please sign in to comment.