mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
Add missing packages from setup.py, add tox config.
Add missing `requests` and `warcio` packages. They are used in unit tests but they were not included in `setup.py`. Add `tox` configuration in order to be able to run unit tests for py27, py34 and py35 with 1 command.
This commit is contained in:
parent
8bfda9f4b3
commit
b1819c51b9
2
setup.py
2
setup.py
@ -41,6 +41,8 @@ deps = [
|
||||
'urlcanon>=0.1.dev16',
|
||||
'doublethink>=0.2.0.dev81',
|
||||
'PySocks',
|
||||
'warcio',
|
||||
'requests'
|
||||
]
|
||||
try:
|
||||
import concurrent.futures
|
||||
|
Loading…
x
Reference in New Issue
Block a user