mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump dependency versions
This commit is contained in:
parent
5e3a432a0c
commit
b29f25dd6a
1 changed files with 6 additions and 6 deletions
12
setup.py
12
setup.py
|
|
@ -34,11 +34,11 @@ setup(
|
||||||
package_data={'datasette': ['templates/*.html']},
|
package_data={'datasette': ['templates/*.html']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'click==6.7',
|
'click==7.0',
|
||||||
'click-default-group==1.2',
|
'click-default-group==1.2',
|
||||||
'Sanic==0.7.0',
|
'Sanic==0.8.3',
|
||||||
'Jinja2==2.10',
|
'Jinja2==2.10',
|
||||||
'hupper==1.0',
|
'hupper==1.4.1',
|
||||||
'pint==0.8.1',
|
'pint==0.8.1',
|
||||||
'pluggy>=0.7.1',
|
'pluggy>=0.7.1',
|
||||||
],
|
],
|
||||||
|
|
@ -49,9 +49,9 @@ setup(
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'test': [
|
'test': [
|
||||||
'pytest==3.7.1',
|
'pytest==4.0.0',
|
||||||
'aiohttp==3.3.2',
|
'aiohttp==3.4.4',
|
||||||
'beautifulsoup4==4.6.1',
|
'beautifulsoup4==4.6.3',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue