Skip to content

Commit

Permalink
fixed install requires and not setup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Feb 15, 2024
1 parent 75c218c commit 8a81316
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 @@ -15,8 +15,8 @@
},
url="https://github.com/stikkireddy/dbtunnel",
packages=find_packages(),
install_requires=[],
setup_requires=["setuptools_scm", "nest_asyncio", "databricks-sdk>=0.18.0"],
install_requires=["nest_asyncio", "databricks-sdk>=0.18.0"],
setup_requires=["setuptools_scm"],
use_scm_version=True,
# TODO: start refactoring nest_asyncio only when async.run is needed
extras_require={
Expand Down

0 comments on commit 8a81316

Please sign in to comment.