init
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@ -0,0 +1,25 @@
|
||||
[tool.poetry]
|
||||
name = "gorou"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "<3.13,>=3.9"
|
||||
pyside6 = "^6.6.3"
|
||||
requests = "^2.31.0"
|
||||
pyserial = "^3.5"
|
||||
vtk = "^9.3.0"
|
||||
pydicom = "^2.4.4"
|
||||
numpy = "^1.26.4"
|
||||
simpleitk = "^2.3.1"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
[tool.poetry.scripts]
|
||||
gorou = 'gorou.main:main'
|
Reference in New Issue
Block a user