From aef4a954c2e4baf2040c8084c472633aa9df3bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E5=A7=8B=E8=AF=B4=E6=95=85=E4=BA=8B?= <7985556+fzgandw@user.noreply.gitee.com> Date: Sun, 27 Sep 2020 16:14:16 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E5=8C=85=EF=BC=9Alatexify=5Fpy=20?= =?UTF-8?q?=E5=92=8C=20handcalcs=20=E5=90=8E=E7=BB=AD=E5=B0=86=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=20Python=20=E5=87=BD=E6=95=B0=E8=BD=AC=20=E5=85=AC?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E6=88=96=E6=98=AFLatex=E8=BD=AC=E5=85=AC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f8a30022..7d5e47a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,4 +42,6 @@ vermanager>=0.1.3 send2trash>=1.5.0 pytest PyQtWebEngine -sympy \ No newline at end of file +sympy +latexify_py +handcalcs \ No newline at end of file -- Gitee From 02957aba6f213dd6be746b5772e6cd2744e37817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E5=A7=8B=E8=AF=B4=E6=95=85=E4=BA=8B?= <7985556+fzgandw@user.noreply.gitee.com> Date: Sun, 27 Sep 2020 16:16:45 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E5=8C=85=EF=BC=9Alatexify=5Fpy=20?= =?UTF-8?q?=E5=92=8C=20handcalcs=20=E5=90=8E=E7=BB=AD=E5=B0=86=E7=94=A8?= =?UTF-8?q?=E4=BA=8EPython=E4=BB=A3=E7=A0=81=E8=BD=AC=E5=85=AC=E5=BC=8F?= =?UTF-8?q?=E5=92=8CLatex=E8=BD=AC=E5=85=AC=E5=BC=8F=E7=9A=84=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements_mac.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements_mac.txt b/requirements_mac.txt index 209828ec..7d5e47a8 100644 --- a/requirements_mac.txt +++ b/requirements_mac.txt @@ -41,4 +41,7 @@ configparser vermanager>=0.1.3 send2trash>=1.5.0 pytest -PyQtWebEngine \ No newline at end of file +PyQtWebEngine +sympy +latexify_py +handcalcs \ No newline at end of file -- Gitee From c4e91ee2faf2b710d2e564016e688c38f374ab04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E5=A7=8B=E8=AF=B4=E6=95=85=E4=BA=8B?= <7985556+fzgandw@user.noreply.gitee.com> Date: Sun, 27 Sep 2020 16:16:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=E5=8C=85=EF=BC=9Alatexify=5Fpy=20?= =?UTF-8?q?=E5=92=8C=20handcalcs=20=E5=90=8E=E7=BB=AD=E5=B0=86=E7=94=A8?= =?UTF-8?q?=E4=BA=8EPython=E4=BB=A3=E7=A0=81=E8=BD=AC=E5=85=AC=E5=BC=8F?= =?UTF-8?q?=E5=92=8CLatex=E8=BD=AC=E5=85=AC=E5=BC=8F=E7=9A=84=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements_linux.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements_linux.txt b/requirements_linux.txt index 5cf9cdd5..e213cbc7 100644 --- a/requirements_linux.txt +++ b/requirements_linux.txt @@ -41,3 +41,6 @@ vermanager>=0.1.3 send2trash>=1.5.0 pytest PyQtWebEngine +sympy +latexify_py +handcalcs \ No newline at end of file -- Gitee