Skip to content

Commit

Permalink
➕ Add lamindb_setup as a dependency to make lamin-cli standalone …
Browse files Browse the repository at this point in the history
…installable (#87)
  • Loading branch information
falexwolf authored Oct 7, 2024
1 parent 8ed07ba commit a0fad05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ authors = [{name = "Lamin Labs", email = "[email protected]"}]
readme = "README.md"
dynamic = ["version", "description"]
dependencies = [
"rich-click>=1.7"
# lamindb-setup is only pinned here
# NOT in lamindb
"lamindb_setup==0.77.7",
"rich-click>=1.7",
]

[project.urls]
Home = "https://github.com/laminlabs/lamindb"
Home = "https://github.com/laminlabs/lamin-cli"

[project.scripts]
lamin = "lamin_cli.__main__:main"
Expand Down

0 comments on commit a0fad05

Please sign in to comment.