Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Remove rsconnect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vmenger committed Oct 10, 2023
1 parent b4bf5a1 commit 3098082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = ["spacy~=3.0", "clinlp>=0.6"]

[project.optional-dependencies]
test = ["pytest", "pytest-cov"]
dev = ["black", "flake8", "flake8-pyproject", "isort", "rsconnect-python"]
dev = ["black", "flake8", "flake8-pyproject", "isort"]

[tool.black]
line-length = 88
Expand Down

0 comments on commit 3098082

Please sign in to comment.