kopia lustrzana https://github.com/simonw/datasette
Upgrade pytest to 4.6.1, pluggy to 0.12.0 (#497)
rodzic
803f750309
commit
5e8fbf7f6f
4
setup.py
4
setup.py
|
@ -47,7 +47,7 @@ setup(
|
||||||
"Jinja2==2.10.1",
|
"Jinja2==2.10.1",
|
||||||
"hupper==1.0",
|
"hupper==1.0",
|
||||||
"pint==0.8.1",
|
"pint==0.8.1",
|
||||||
"pluggy>=0.7.1",
|
"pluggy>=0.12.0",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
@ -56,7 +56,7 @@ setup(
|
||||||
setup_requires=["pytest-runner"],
|
setup_requires=["pytest-runner"],
|
||||||
extras_require={
|
extras_require={
|
||||||
"test": [
|
"test": [
|
||||||
"pytest==4.0.2",
|
"pytest==4.6.1",
|
||||||
"pytest-asyncio==0.10.0",
|
"pytest-asyncio==0.10.0",
|
||||||
"aiohttp==3.5.3",
|
"aiohttp==3.5.3",
|
||||||
"beautifulsoup4==4.6.1",
|
"beautifulsoup4==4.6.1",
|
||||||
|
|
Ładowanie…
Reference in New Issue