Update requirements and version

This commit is contained in:
Michael Mintz 2016-01-21 03:25:33 -05:00
parent f62dcea536
commit 8c4a65bdc6
4 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,7 @@ from setuptools import setup, find_packages # noqa
setup(
name='seleniumbase',
version='1.1.18',
version='1.1.19',
author='Michael Mintz',
author_email='@mintzworld',
maintainer='Michael Mintz',

View File

@ -8,7 +8,6 @@ BeautifulSoup==3.2.1
unittest2==1.1.0
chardet==2.3.0
simplejson==3.8.1
boto==2.38.0
pdb==0.1
ipdb==0.8.1
pyvirtualdisplay==0.1.5

View File

@ -12,4 +12,5 @@ boto==2.38.0
MySQL-python==1.2.5
pdb==0.1
ipdb==0.8.1
pyvirtualdisplay==0.1.5
-e .

View File

@ -6,7 +6,7 @@ from setuptools import setup, find_packages # noqa
setup(
name='seleniumbase',
version='1.1.18',
version='1.1.19',
url='https://github.com/mdmintz/SeleniumBase',
author='Michael Mintz',
author_email='@mintzworld',
@ -24,7 +24,6 @@ setup(
'unittest2==1.1.0',
'chardet==2.3.0',
'simplejson==3.8.1',
'boto==2.38.0',
'ipdb==0.8.1',
'pyvirtualdisplay==0.1.5',
],