add public path argument (#624)
* style: lint shell scripts * fix: translation fix * feat: support changing public path when start * v2.0.0-beta.36 * feat: support changing public path when start * v2.0.0-beta.37 * build: core build fix * v2.0.0-beta.38 * build: build frontend from source code * fix: clean static files when exit * fix: dependency version mismatching * chore: remove unused api route * fix: navbar actived link missing * feat: redirect root * fix: scalar chart tooltip value error * feat: dynamic render nav items * fix: high-dimensional page background missing * v2.0.0-beta.39 * build: stop using script mode * v2.0.0-beta.40 * Revert "build: stop using script mode" This reverts commit 6c1ca297.
Showing
frontend/packages/app/LICENSE
已删除
120000 → 0
文件已删除
105.1 KB
9.8 KB
此差异已折叠。
| numpy == 1.16.6; python_version < "3.0" | ||
| numpy ; python_version >= "3.0" | ||
| recommonmark >= 0.6.0 | ||
| numpy | ||
| requests | ||
| scipy == 1.2.3; python_version < "3.0" | ||
| scipy >= 1.4.1; python_version >= "3.0" | ||
| Sphinx == 1.8.5; python_version < "3.0" | ||
| Sphinx >= 2.4.4; python_version >= "3.0" | ||
| sphinx-rtd-theme >= 0.4.3 | ||
| flake8 >= 3.7.9 | ||
| Pillow == 6.2.2; python_version < "3.0" | ||
| Pillow >= 7.0.0; python_version >= "3.0" | ||
| ... | ... | @@ -14,4 +10,4 @@ flask >= 1.1.1 |
| Flask-Babel >= 1.0.0 | ||
| six >= 1.14.0 | ||
| protobuf >= 3.1.0 | ||
| opencv-python | ||
| opencv-python | ||
| \ No newline at end of file |
visualdl/server/template.py
0 → 100644