Skip to content

Commit

Permalink
fix: rich as non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc committed Jun 22, 2023
1 parent 213c864 commit 77b0c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies = [
"numpy>=1.21",
"neo4j>=4.3",
"biopython>=1.7",
"textdistance>=4.2.1"
"textdistance>=4.2.1",
"rich"
]

[project.license]
Expand All @@ -41,7 +42,6 @@ repository = "https://github.com/socialgene/sgpy"
homepage = "https://socialgene.github.io"

[project.optional-dependencies]
full = ["rich>=10.12.0"]
ci = ["pytest-cov"]
cd = ["twine"]

Expand Down

0 comments on commit 77b0c3b

Please sign in to comment.