add deps for graphical analysis

This commit is contained in:
julius 2025-01-27 14:50:52 +01:00
parent b1df421992
commit de751e1595
Signed by: julius
GPG Key ID: C80A63E6A5FD7092
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"d3": "^7.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-sortablejs": "^6.1.4",
@ -17,6 +18,7 @@
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/d3": "^7.4.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/sortablejs": "^1.15.8",

View File

@ -7,7 +7,10 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.7",
"matplotlib>=3.10.0",
"networkx>=3.4.2",
"psycopg>=3.2.4",
"pyqt6>=6.8.0",
"sqlmodel>=0.0.22",
"uvicorn>=0.34.0",
]