Skip to content

Commit c9157a2

Browse files
authored
Merge pull request #35 from codingo/codingo-requirements
Create requirements.txt
2 parents b0fee5b + ab2273b commit c9157a2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
1717

1818
![VHOSTScan Feature Map](https://github.com/codingo/codingo.github.io/blob/master/assets/featureMap.PNG)
1919

20+
# Install Requirements
21+
22+
Using pip install via:
23+
24+
```bash
25+
$ pip install -r requirements.txt
26+
```
27+
2028
# Usage
2129

2230
| Argument | Description |

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
fuzzywuzzy==0.15.1
2+
numpy==1.12.0
3+
pandas==0.19.2
4+
requests==2.10.0
5+
simplejson==3.8.2
6+
urllib3==1.20

0 commit comments

Comments
 (0)