mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
Removed unneccessary pytest-runner, closes #357
This commit is contained in:
parent
ee13f98c2c
commit
f3fd861311
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -30,7 +30,6 @@ setup(
|
||||||
"tabulate",
|
"tabulate",
|
||||||
"python-dateutil",
|
"python-dateutil",
|
||||||
],
|
],
|
||||||
setup_requires=["pytest-runner"],
|
|
||||||
extras_require={
|
extras_require={
|
||||||
"test": ["pytest", "black", "hypothesis"],
|
"test": ["pytest", "black", "hypothesis"],
|
||||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
|
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue