add pyproject.toml, .python-version
This commit is contained in:
@@ -0,0 +1 @@
|
||||
3.12
|
||||
@@ -0,0 +1,13 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user