mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump versions of pytest, pluggy and beautifulsoup4 (#358)
This commit is contained in:
parent
fe5b6ea95a
commit
e1db8194e8
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -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=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue