Skip to content

Commit

Permalink
📦 Add dev dependencies for neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBolt committed Jan 21, 2022
1 parent dcf933d commit c35aa2e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
51 changes: 50 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ python = "^3.10"
httpx = "^0.21.2"
PyNaCl = "^1.4.0"
base58 = "^2.1.1"
construct = "^2.10.67"


[tool.poetry.dev-dependencies]
jedi = "^0.18.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit c35aa2e

Please sign in to comment.