Skip to content

Commit

Permalink
Add missing repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Sep 12, 2024
1 parent 5e6cb0d commit 4277c7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/notes_linter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ click = "8.1.7"
doogat-core = {version = "0.1.3a4", source = "test-pypi"}
# doogat-core = {path = "../../../../doogat/doogat-core", develop = true}

[[tool.poetry.source]]
name = "test-pypi"
url = "https://test.pypi.org/simple/"
priority = "explicit"

[build-system]
requires = ["poetry-core", "pynvim"]
Expand Down

0 comments on commit 4277c7f

Please sign in to comment.