From 9f2ceb97865e8e4cb637c40b53dba89ac4eb2929 Mon Sep 17 00:00:00 2001 From: W13R <9070224-W13R@users.noreply.gitlab.com> Date: Mon, 7 Mar 2022 15:02:40 +0100 Subject: [PATCH] Update dependency list --- README.md | 3 ++- pip-dependencies.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e113da0..6136dbe 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ Create a graph from the links on a website and the following sites. ## Dependencies -- Python 3.9 +- Python 3.9 - 3.10 ### Pip Dependencies - pyvis +- requests You can install those dependencies with diff --git a/pip-dependencies.txt b/pip-dependencies.txt index 1d03319..71d9dfe 100644 --- a/pip-dependencies.txt +++ b/pip-dependencies.txt @@ -1 +1,2 @@ -pyvis \ No newline at end of file +pyvis +requests \ No newline at end of file