remove tld dependency

This commit is contained in:
Somdev Sangwan
2021-01-28 16:55:10 +05:30
committed by GitHub
parent 9bc60b84c4
commit 3af7dca220

View File

@@ -24,12 +24,11 @@ Corsy is a lightweight program that scans for all known misconfigurations in COR
![demo](https://i.ibb.co/Jc1HtmW/corsy.png)
### Requirements
Corsy only works with `Python 3` and has the following depencies:
Corsy only works with `Python 3` and has just one dependency:
- `tld`
- `requests`
To install these dependencies, navigate to Corsy directory and execute `pip3 install -r requirements.txt`
To install this dependency, navigate to Corsy directory and execute `pip3 install request`
### Usage
Using Corsy is pretty simple