File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ packages = [
1414
1515[tool .poetry .dependencies ]
1616python = " ^3.9"
17- lapidary = {path =" ../../../.." }
17+ lapidary = {path =" ../../../../../lapidary " }
1818
1919[tool .poetry .group .dev .dependencies ]
20- lapidary-render = " ^0.9.0 "
20+ lapidary-render = { path = " ../../../.. " , python = " ^3.12 " }
2121
2222[tool .lapidary ]
2323document_path = " dummy.yaml"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ packages = [
1414
1515[tool .poetry .dependencies ]
1616python = " ^3.9"
17- lapidary = {path =" ../../../.." }
17+ lapidary = {path =" ../../../../../lapidary " }
1818
1919[tool .poetry .group .dev .dependencies ]
20- lapidary-render = " ^0.9.0 "
20+ lapidary-render = { path = " ../../../.. " , python = " ^3.12 " }
2121
2222[tool .lapidary ]
2323document_path = " src/openapi/openapi.json"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ packages = [
1414
1515[tool .poetry .dependencies ]
1616python = " ^3.9"
17- lapidary = {path =" ../../../.." }
17+ lapidary = {path =" ../../../../../lapidary " }
1818
1919[tool .poetry .group .dev .dependencies ]
20- lapidary-render = " ^0.9.0 "
20+ lapidary-render = { path = " ../../../.. " , python = " ^3.12 " }
2121
2222[tool .lapidary ]
2323document_path = " dummy.yaml"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ packages = [
1414
1515[tool .poetry .dependencies ]
1616python = " ^3.9"
17- lapidary = {path =" ../../../.." }
17+ lapidary = {path =" ../../../../../lapidary " }
1818
1919[tool .poetry .group .dev .dependencies ]
20- lapidary-render = " ^0.9.0 "
20+ lapidary-render = { path = " ../../../.. " , python = " ^3.12 " }
2121
2222[tool .lapidary ]
2323document_path = " src/openapi/openapi.json"
You canβt perform that action at this time.
0 commit comments