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