- Add\Rework UI - Add Split Table and Listing - Add Support Customazeble schems
This commit is contained in:
@@ -18,6 +18,7 @@ dependencies = [
|
||||
|
||||
[project.scripts]
|
||||
md2gost = "md2gost.__main__:main"
|
||||
md2gost-gui = "md2gost.gui:main"
|
||||
md2latex = "md2latex.__main__:main"
|
||||
md2fodt = "md2fodt.__main__:main"
|
||||
|
||||
@@ -26,6 +27,11 @@ dev = [
|
||||
"pytest>=7.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
word = [
|
||||
"pywin32>=306; sys_platform == 'win32'",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
@@ -38,6 +44,8 @@ packages = ["md2gost", "md2latex", "md2fodt"]
|
||||
"md2gost/mml2omml" = "md2gost/mml2omml"
|
||||
"md2gost/diagrams" = "md2gost/diagrams"
|
||||
"latex/mirea" = "latex/mirea"
|
||||
"prompts/generate-mirea-report.md" = "md2gost/prompts/generate-mirea-report.md"
|
||||
"prompts/generate-pis-custom-report.md" = "md2gost/prompts/generate-pis-custom-report.md"
|
||||
|
||||
# Legacy Poetry metadata (optional; prefer uv + [project] above)
|
||||
[tool.poetry]
|
||||
@@ -61,3 +69,4 @@ pygments = "^2.16.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
md2gost = "md2gost.__main__:main"
|
||||
md2gost-gui = "md2gost.gui:main"
|
||||
|
||||
Reference in New Issue
Block a user