Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VHostScan installation issues #125

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,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