Skip to content

Commit

Permalink
Merge pull request #125 from ibitebyt3s/master
Browse files Browse the repository at this point in the history
Fix VHostScan installation issues
  • Loading branch information
codingo authored Dec 11, 2023
2 parents a5f0ca0 + f14b62a commit 2fd84a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,6 @@ Here is an example with fuzzy logic enabled. You can see the last comparison is

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

```bash
pip install -r test-requirements.txt
pytest
```

Or you can optionally run:

```bash
pip install -r test-requirements.txt
python3 setup.py test
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnspython==1.15.0
fuzzywuzzy==0.15.1
numpy==1.12.0
pandas==0.19.2
requests==2.20.0
simplejson==3.8.2
urllib3==1.24.2
dnspython
fuzzywuzzy
numpy
pandas
requests
simplejson
urllib3
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==3.2.3
pytest-mock==1.6.3
pep8==1.7.0
pytest
pytest-mock
pep8

0 comments on commit 2fd84a2

Please sign in to comment.