mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump all dependencies to latest releases
This commit is contained in:
parent
9ebc733c1c
commit
03fdb49620
1 changed files with 8 additions and 8 deletions
16
setup.py
16
setup.py
|
|
@ -42,11 +42,11 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"click~=7.0",
|
"click~=7.0",
|
||||||
"click-default-group~=1.2.1",
|
"click-default-group~=1.2.2",
|
||||||
"Jinja2~=2.10.1",
|
"Jinja2~=2.10.3",
|
||||||
"hupper~=1.0",
|
"hupper~=1.9",
|
||||||
"pint~=0.9",
|
"pint~=0.9",
|
||||||
"pluggy~=0.12.0",
|
"pluggy~=0.13.0",
|
||||||
"uvicorn~=0.10.4",
|
"uvicorn~=0.10.4",
|
||||||
"aiofiles~=0.4.0",
|
"aiofiles~=0.4.0",
|
||||||
],
|
],
|
||||||
|
|
@ -58,11 +58,11 @@ setup(
|
||||||
extras_require={
|
extras_require={
|
||||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||||
"test": [
|
"test": [
|
||||||
"pytest~=5.0.0",
|
"pytest~=5.2.2",
|
||||||
"pytest-asyncio~=0.10.0",
|
"pytest-asyncio~=0.10.0",
|
||||||
"aiohttp~=3.5.3",
|
"aiohttp~=3.6.2",
|
||||||
"beautifulsoup4~=4.6.1",
|
"beautifulsoup4~=4.8.1",
|
||||||
"asgiref~=3.1.2",
|
"asgiref~=3.2.3",
|
||||||
]
|
]
|
||||||
+ maybe_black,
|
+ maybe_black,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue