diff --git a/README.md b/README.md index 84200f0..dd499ff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 07fabb5..c9fdabc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 2ab8b00..b79b853 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -pytest==3.2.3 -pytest-mock==1.6.3 -pep8==1.7.0 \ No newline at end of file +pytest +pytest-mock +pep8