mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump versions of pytest and beautifulsoup4
This commit is contained in:
parent
fe5b6ea95a
commit
90969c1275
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -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