Skip to content

Commit 2fd84a2

Browse files
authored
Merge pull request #125 from ibitebyt3s/master
Fix VHostScan installation issues
2 parents a5f0ca0 + f14b62a commit 2fd84a2

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@ Here is an example with fuzzy logic enabled. You can see the last comparison is
116116

117117
This project includes a small battery of tests. It's really simple to run the tests:
118118

119-
```bash
120-
pip install -r test-requirements.txt
121-
pytest
122-
```
123-
124-
Or you can optionally run:
125-
126119
```bash
127120
pip install -r test-requirements.txt
128121
python3 setup.py test

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
dnspython==1.15.0
2-
fuzzywuzzy==0.15.1
3-
numpy==1.12.0
4-
pandas==0.19.2
5-
requests==2.20.0
6-
simplejson==3.8.2
7-
urllib3==1.24.2
1+
dnspython
2+
fuzzywuzzy
3+
numpy
4+
pandas
5+
requests
6+
simplejson
7+
urllib3

test-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==3.2.3
2-
pytest-mock==1.6.3
3-
pep8==1.7.0
1+
pytest
2+
pytest-mock
3+
pep8

0 commit comments

Comments
 (0)