Bump versions of pytest and beautifulsoup4

This commit is contained in:
Simon Willison 2018-08-07 17:44:29 -07:00 committed by GitHub
commit 90969c1275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,9 +49,9 @@ setup(
setup_requires=['pytest-runner'], setup_requires=['pytest-runner'],
extras_require={ extras_require={
'test': [ 'test': [
'pytest==3.6.0', 'pytest==3.7.1',
'aiohttp==3.3.2', 'aiohttp==3.3.2',
'beautifulsoup4==4.6.0', 'beautifulsoup4==4.6.1',
] ]
}, },
tests_require=[ tests_require=[