Use the latest libraries for requirements

This commit is contained in:
Michael Mintz 2016-01-11 20:13:47 -05:00
parent d31705bd5a
commit 1cd7c05faf
4 changed files with 16 additions and 16 deletions

View File

@ -1,13 +1,13 @@
selenium==2.48.0 selenium==2.48.0
nose==1.3.7 nose==1.3.7
pytest==2.8.3 pytest==2.8.5
flake8==2.5.0 flake8==2.5.0
requests==2.7.0 requests==2.9.1
urllib3==1.10.4 urllib3==1.14
BeautifulSoup==3.2.1 BeautifulSoup==3.2.1
unittest2==1.1.0 unittest2==1.1.0
chardet==2.3.0 chardet==2.3.0
simplejson==3.7.3 simplejson==3.8.1
boto==2.38.0 boto==2.38.0
pdb==0.1 pdb==0.1
ipdb==0.8.1 ipdb==0.8.1

View File

@ -1,13 +1,13 @@
selenium==2.48.0 selenium==2.48.0
nose==1.3.7 nose==1.3.7
pytest==2.8.3 pytest==2.8.5
flake8==2.5.0 flake8==2.5.0
requests==2.7.0 requests==2.9.1
urllib3==1.10.4 urllib3==1.14
BeautifulSoup==3.2.1 BeautifulSoup==3.2.1
unittest2==1.1.0 unittest2==1.1.0
chardet==2.3.0 chardet==2.3.0
simplejson==3.7.3 simplejson==3.8.1
boto==2.38.0 boto==2.38.0
pdb==0.1 pdb==0.1
ipdb==0.8.1 ipdb==0.8.1

View File

@ -1,13 +1,13 @@
selenium==2.48.0 selenium==2.48.0
nose==1.3.7 nose==1.3.7
pytest==2.8.3 pytest==2.8.5
flake8==2.5.0 flake8==2.5.0
requests==2.7.0 requests==2.9.1
urllib3==1.10.4 urllib3==1.14
BeautifulSoup==3.2.1 BeautifulSoup==3.2.1
unittest2==1.1.0 unittest2==1.1.0
chardet==2.3.0 chardet==2.3.0
simplejson==3.7.3 simplejson==3.8.1
boto==2.38.0 boto==2.38.0
MySQL-python==1.2.5 MySQL-python==1.2.5
pdb==0.1 pdb==0.1

View File

@ -16,14 +16,14 @@ setup(
install_requires=[ install_requires=[
'selenium==2.48.0', 'selenium==2.48.0',
'nose==1.3.7', 'nose==1.3.7',
'pytest==2.8.3', 'pytest==2.8.5',
'flake8==2.5.0', 'flake8==2.5.0',
'requests==2.7.0', 'requests==2.9.1',
'urllib3==1.10.4', 'urllib3==1.14',
'BeautifulSoup==3.2.1', 'BeautifulSoup==3.2.1',
'unittest2==1.1.0', 'unittest2==1.1.0',
'chardet==2.3.0', 'chardet==2.3.0',
'simplejson==3.7.3', 'simplejson==3.8.1',
'boto==2.38.0', 'boto==2.38.0',
'ipdb==0.8.1', 'ipdb==0.8.1',
], ],