Reorganizing paths
This commit is contained in:
parent
e9d204daab
commit
34cb856dd4
249 changed files with 118 additions and 294 deletions
26
runtime-pyside6/pyproject.toml
Normal file
26
runtime-pyside6/pyproject.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
[tool.poetry]
|
||||
name = "LogarithmPlotter"
|
||||
version = "0.6.0"
|
||||
description = "Create and edit Bode plots"
|
||||
authors = ["Ad5001 <mail@ad5001.eu>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<3.13"
|
||||
PySide6-Essentials = "^6.7.2"
|
||||
pyside6-addons = "^6.7.2"
|
||||
|
||||
[tool.poetry.group.packaging.dependencies]
|
||||
pyinstaller = "^6.10.0"
|
||||
stdeb = "^0.10.0"
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^8.3.3"
|
||||
pytest-cov = "^5.0.0"
|
||||
pytest-qt = "^4.4.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
sourcemap = "^0.2.1"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue