add pyproject.toml, .python-version

This commit is contained in:
Mark Eaton
2025-12-11 16:02:46 -05:00
parent 5f3599645d
commit ba9dced108
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
3.12
+13
View File
@@ -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",
]