Fix naming according to rename

This commit is contained in:
hhh
2024-02-11 15:04:22 +02:00
parent e3049c8834
commit c42f58273d
4 changed files with 8 additions and 6 deletions

View File

@@ -7,8 +7,10 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
neko-demo-standard = {git="https://github.com/nekomatad/neko-demo-standard.git"}
#neko-demo-standard = {path = "../neko-demo-standard", develop = true}
[tool.poetry.group.neko.dependencies]
neko-demo-std = {path = "../neko-demo-std", develop = true}
[build-system]