Skip to content

Commit

Permalink
chore: remove dependency on latest databricks sdk (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-mi authored Nov 21, 2024
1 parent 3bcf05a commit cd5c9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

setuptools.setup(
name="databricks-rocket",
version="3.0.3",
version="3.0.4",
author="GetYourGuide",
author_email="[email protected]",
description="Keep your local python scripts installed and in sync with a databricks notebook. Shortens the feedback loop to develop projects using a hybrid enviroment",
long_description=readme,
long_description_content_type="text/markdown",
url="https://github.com/getyourguide/db-rocket",
packages=setuptools.find_packages(),
install_requires=["fire", "watchdog~=2.1.9", "build", "databricks_cli", "databricks-sdk==0.33.0"],
install_requires=["fire", "watchdog~=2.1.9", "build", "databricks_cli", "databricks-sdk"],
entry_points={
"console_scripts": ["rocket=rocket.rocket:main", "dbrocket=rocket.rocket:main"]
},
Expand Down

0 comments on commit cd5c9b9

Please sign in to comment.