mirror of https://github.com/scrapy/scrapy.git
Use constraints.txt to limit pip resolver backtracking
This commit is contained in:
parent
8527b53e14
commit
45345ba6b5
|
|
@ -1 +1,8 @@
|
|||
Twisted!=18.4.0
|
||||
# Request the latest known version or newer of some dependencies to prevent the
|
||||
# pip dependency resolver from spending too much time backtracking.
|
||||
attrs>=20.2.0
|
||||
Pillow>=8.0.1
|
||||
pytest>=6.2.1
|
||||
pytest-twisted>=1.13.1
|
||||
sybil>=2.0.0
|
||||
Twisted>=19.10.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue