From ed0571eb39bf4dc54eb7af0475cb440ff944cc69 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:09:05 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20fix:=20add=20pandoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a7fa5b..d94e86c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,10 @@ -exceptiongroup==1.2.2 -iniconfig==2.0.0 -packaging==24.1 -pluggy==1.5.0 pytest==8.3.3 -tomli==2.0.2 +web3==7.4.0 +matplotlib==3.9.2 +networkx==3.4.1 +python-dotenv==1.0.1 +sphinx>=1.4 +sphinx-rtd-theme==3.0.1 +nbsphinx==0.9.5 +pandocfilters==1.5.1 +pandoc==2.4 \ No newline at end of file