From ef3c7b73e481a9e26171453f7891f206b8ce47eb Mon Sep 17 00:00:00 2001 From: caseone <421325991@qq.com> Date: Wed, 16 Oct 2024 15:25:17 +0800 Subject: [PATCH] requirements.txt del github link (#208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 增加1.6.0修改,配置、国密、mqtt身份认证权限说明 * update 1.5.0 to 1.6.0 * 添加配置和国密说明 * bug fix: change fisco.properties to fisco.yml * add all project links * update doc link * change download link * .readthedocs.yml add build.os * requirements.txt del github --------- Co-authored-by: irvinli --- requirements.txt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index d5b9dc1..fe8f789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,15 @@ -docutils == 0.12 -sphinx == 1.6.7 -sphinx-rtd-theme -sphinx-markdown-tables --e git+git://github.com/mgaitan/sphinxcontrib-mermaid#egg=sphinxcontrib-mermaid > 0.3 --e git+git://github.com/rtfd/recommonmark.git@0.5.0#egg=recommonmark +docutils == 0.16 +sphinx == 2.2.0 +sphinx-rtd-theme == 0.5.2 +sphinx-copybutton == 0.2.6 +sphinx-version-warning == 1.1.2 +sphinx-markdown-tables == 0.0.17 +sphinxcontrib-mermaid == 0.6.0 +recommonmark == 0.5.0 sphinx-notfound-page == 0.1 -commonmarkextensions == 0.0.4 -commonmark >= 0.8.0 +commonmarkextensions == 0.0.5 +commonmark == 0.8.1 git-lfs +Jinja2<3.1 +myst-parser == 0.13.0 +pyyaml \ No newline at end of file