install the virtualenv package with pip because the apt version is old and conflicts with the recent version of pip we're using

This commit is contained in:
Noah Levitt 2016-11-07 17:51:43 -08:00
parent 99feeab581
commit abca90a128
4 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b7.dev111',
version='1.1b7.dev112',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',