mirror of https://github.com/scrapy/scrapy.git
remove sphinx-autobuild dependency
This commit is contained in:
parent
33be33cae6
commit
5d565052ce
|
|
@ -28,7 +28,6 @@ dependencies = [
|
|||
# Platform-specific dependencies
|
||||
'PyDispatcher>=2.0.5; platform_python_implementation == "CPython"',
|
||||
'PyPyDispatcher>=2.1.0; platform_python_implementation == "PyPy"',
|
||||
"sphinx-autobuild>=2024.10.3",
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
|
|||
Loading…
Reference in New Issue