Replace BeautifulSoup with BeautifulSoup4

This commit is contained in:
Michael Mintz 2017-07-19 16:54:58 -04:00
parent 0326f8ee80
commit e45ef7a5f7
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ six>=1.10.0
flake8>=3.3.0
requests>=2.13.0
urllib3>=1.20
BeautifulSoup>=3.2.1
BeautifulSoup4==4.6.0
unittest2>=1.1.0
chardet>=3.0.2
boto>=2.46.1

View File

@ -9,7 +9,7 @@ six>=1.10.0
flake8>=3.3.0
requests>=2.13.0
urllib3>=1.20
BeautifulSoup>=3.2.1
BeautifulSoup4==4.6.0
unittest2>=1.1.0
chardet>=3.0.2
boto>=2.46.1

View File

@ -29,7 +29,7 @@ setup(
'flake8>=3.3.0',
'requests>=2.13.0',
'urllib3>=1.20',
'BeautifulSoup>=3.2.1',
'BeautifulSoup4==4.6.0',
'unittest2>=1.1.0',
'chardet>=3.0.2',
'boto>=2.46.1',

View File

@ -28,7 +28,7 @@ setup(
'flake8>=3.3.0',
'requests>=2.13.0',
'urllib3>=1.20',
'BeautifulSoup>=3.2.1',
'BeautifulSoup4==4.6.0',
'unittest2>=1.1.0',
'chardet>=3.0.2',
'boto>=2.46.1',