Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ __pycache__/
*.pyc
*.swp
*.lock
!yarn.lock
# due to using tox and pytest
.tox
.cache
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,15 @@
"react-dom": "^16.13.0",
"react-router-dom": "^5.2.0",
"split-grid": "^1.0.9",
"tdp_core": "git+ssh://[email protected]/datavisyn/tdp_core#develop",
"tdp_publicdb": "git+ssh://[email protected]/caleydo/tdp_publicdb#develop",
"tdp_publicdb": "git+ssh://[email protected]:Caleydo/tdp_publicdb#semver:^14.0.1",
"tippy.js": "^6.2.6",
"tourdino": "git+ssh://[email protected]/caleydo/tourdino#develop",
"tourdino": "git+ssh://[email protected]/caleydo/tourdino#semver:^8.0.0",
"vega": "~5.20.0",
"vega-embed": "6.19.1",
"vega-functions": "5.12.0",
"vega-lite": "5.1.1",
"vega-parser": "6.1.3",
"visyn_scripts": "git+ssh://[email protected]/datavisyn/visyn_scripts.git#develop"
"visyn_scripts": "^4.1.0"
},
"devDependencies": {
"@types/d3-selection": "^3.0.2",
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tdp_publicdb@git+https://github.com/Caleydo/tdp_publicdb.git@develop#egg=tdp_publicdb
tdp_core@git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core
tdp_publicdb@git+https://github.com/Caleydo/[email protected]#egg=tdp_publicdb
4 changes: 2 additions & 2 deletions src/phovea_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import reg from './phovea';
* build a registry by registering all phovea modules
*/
// other modules
import 'visyn_core/phovea_registry';
import 'tdp_core/dist/phovea_registry';
import 'tdp_publicdb/phovea_registry';
import 'tourdino/phovea_registry';

// self
PluginRegistry.getInstance().register('coral', reg);
Loading