17 lines
329 B
TOML
17 lines
329 B
TOML
![]() |
[tool.poetry]
|
||
|
name = "crystalfly"
|
||
|
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.7.0"
|
||
|
vtk = "^9.3.0"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|