Bump versions of pytest, pluggy and beautifulsoup4 (#358)

This commit is contained in:
Simon Willison 2018-08-07 18:11:12 -07:00 committed by GitHub
commit e1db8194e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ setup(
'Jinja2==2.10',
'hupper==1.0',
'pint==0.8.1',
'pluggy>=0.1.0,<1.0',
'pluggy>=0.7.1',
],
entry_points='''
[console_scripts]
@ -49,9 +49,9 @@ setup(
setup_requires=['pytest-runner'],
extras_require={
'test': [
'pytest==3.6.0',
'pytest==3.7.1',
'aiohttp==3.3.2',
'beautifulsoup4==4.6.0',
'beautifulsoup4==4.6.1',
]
},
tests_require=[