Skip to content

Commit

Permalink
[RELEASE] v3.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav WEB committed Jan 31, 2017
1 parent ae706fe commit 301a0de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ addons:

install:
- pip install -r requirements.txt
- '[ "${TRAVIS_PYTHON_VERSION}" = "2.6" ] && pip install importlib || true'
- pip install python-coveralls
- pip install coverage
- pip install nose
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Also, you have to install `socksipy` package if you'll use socks as proxy
```
sudo apt-get install python-socksipy
```
Python 2.6.x additional requires
```
pip install importlib
```

#### Implements
- [x] multithreading control
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
urllib3
importlib
json2html
tabulate

0 comments on commit 301a0de

Please sign in to comment.