Update dependency list
This commit is contained in:
parent
66c7c9b963
commit
9f2ceb9786
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
pyvis
|
pyvis
|
||||||
|
requests
|
Reference in a new issue