add files

This commit is contained in:
2026-01-02 11:29:59 +01:00
parent b82be7dec9
commit 9a46317e6c
8 changed files with 734 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "mrpy-nvim"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic-settings~=2.12",
"pynvim~=0.6.0",
"ruamel.yaml~=0.18.17",
"requests>=2.32.5",
]