Update dependency list

This commit is contained in:
W13R 2022-03-07 15:02:40 +01:00
parent 66c7c9b963
commit 9f2ceb9786
2 changed files with 4 additions and 2 deletions

View file

@ -4,11 +4,12 @@ Create a graph from the links on a website and the following sites.
## Dependencies ## Dependencies
- Python 3.9 - Python 3.9 - 3.10
### Pip Dependencies ### Pip Dependencies
- pyvis - pyvis
- requests
You can install those dependencies with You can install those dependencies with

View file

@ -1 +1,2 @@
pyvis pyvis
requests