Removed unneccessary pytest-runner, closes #357

This commit is contained in:
Simon Willison 2021-12-16 12:43:12 -08:00 committed by GitHub
commit f3fd861311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ setup(
"tabulate",
"python-dateutil",
],
setup_requires=["pytest-runner"],
extras_require={
"test": ["pytest", "black", "hypothesis"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],