remove tld dependency
This commit is contained in:
@@ -24,12 +24,11 @@ Corsy is a lightweight program that scans for all known misconfigurations in COR
|
||||

|
||||
|
||||
### 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
|
||||
|
||||
Reference in New Issue
Block a user