Skip to content
Merged
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
302 changes: 152 additions & 150 deletions dash_cytoscape/Cytoscape.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash_cytoscape/dash_cytoscape.dev.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dash_cytoscape/dash_cytoscape.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash_cytoscape/dash_cytoscape_extra.dev.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dash_cytoscape/dash_cytoscape_extra.min.js

Large diffs are not rendered by default.

479 changes: 464 additions & 15 deletions dash_cytoscape/metadata.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dash_cytoscape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"cytoscape-svg": "0.2.0",
"lodash": "^4.17.11",
"ramda": "^0.25.0",
"react": "15.4.2",
"react": "^16.14.0",
"react-cytoscapejs": "1.2.1",
"react-dom": "15.4.2"
"react-dom": "^16.14.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand All @@ -57,7 +57,7 @@
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.9.1",
"npm": "^6.14.4",
"react-docgen": "^2.21.0",
"react-docgen": "^5.3.0",
"style-loader": "^0.21.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
Expand Down
1,143 changes: 988 additions & 155 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"cytoscape-svg": "0.2.0",
"lodash": "^4.17.11",
"ramda": "^0.25.0",
"react": "^16.13.1",
"react": "^16.14.0",
"react-cytoscapejs": "1.2.1",
"react-dom": "^16.13.1"
"react-dom": "^16.14.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ biopython>=1.77;python_version>="3.0"
biopython==1.76;python_version=="2.7"
gunicorn
plotly
dash==0.39.0
dash[dev]==1.*

colour==0.1.5
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# pip install -r requirements.txt

chromedriver-binary
dash>=0.38.0
dash[dev, testing]==1.*
ipdb
percy
selenium
Expand All @@ -13,3 +13,4 @@ pytest-dash>=2.1.1
colour==0.1.5
biopython>=1.77;python_version>="3.0"
biopython==1.76;python_version=="2.7"
cryptography<3.4;python_version<"3.7"