mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
travis fixes: add dependency, remove unnecessary include
This commit is contained in:
parent
47a3300809
commit
4a94aefead
@ -21,7 +21,7 @@ sudo: false
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install 'argparse>=1.2.1' --allow-all-external"
|
- "pip install 'argparse>=1.2.1' --allow-all-external"
|
||||||
- pip install boto certauth
|
- pip install boto certauth youtube-dl
|
||||||
- pip install git+https://github.com/esnme/ultrajson.git
|
- pip install git+https://github.com/esnme/ultrajson.git
|
||||||
- python setup.py -q install
|
- python setup.py -q install
|
||||||
- pip install coverage pytest-cov coveralls
|
- pip install coverage pytest-cov coveralls
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
from gevent.pool import Pool
|
from gevent.pool import Pool
|
||||||
import gevent
|
import gevent
|
||||||
|
|
||||||
from concurrent import futures
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user