@@ -13,7 +13,7 @@ jobs:
- name: Install JS deps
run: npm install -D @percy/agent
- name: Install Python deps
- run: pip3 install -e ".[dev, flask]"
+ run: pip3 install -e ".[all]"
- name: Percy Test
uses: percy/exec-action@v0.2.0
with:
@@ -23,5 +23,3 @@ python:
- requirements: requirements.txt
- method: pip
path: .
- extra_requirements:
- - all
@@ -18,7 +18,9 @@ pyecharts
相应demo见 :charts_demo_host:`pyecharts demo </?pywebio_api=pyecharts>`
-.. image:: https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/pyecharts.gif
+.. only:: not latex
+
+ .. image:: https://cdn.jsdelivr.net/gh/wang0618/pywebio-chart-gallery@master/assets/pyecharts.gif
plotly
^^^^^^^^^^^^^^^^^^^^^^
@@ -1 +1,12 @@
tornado>=4.3.0
+# extra support
+flask
+# test requirements
+selenium==3.*
+percy-python-selenium
+coverage
+# doc building requirements
+git+https://github.com/djungelorm/sphinx-tabs.git@master#egg=sphinx-tabs