14 lines
270 B
TOML
14 lines
270 B
TOML
[project]
|
|
name = "1article"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"black>=25.1.0",
|
|
"dash>=3.1.1",
|
|
"dash-cytoscape>=1.0.2",
|
|
"matplotlib>=3.10.3",
|
|
"pyqt6>=6.9.1",
|
|
]
|