diff --git a/package.json b/package.json index dabe064..2a97b39 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 96a3c26..47e68fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]