mirror of https://github.com/scrapy/scrapy.git
fix: bump min typing-extensions version to 3.7.4
- typing-extensions>=3.7.4 only supports TypedDict
This commit is contained in:
parent
26d344b762
commit
1432161477
2
setup.py
2
setup.py
|
|
@ -33,7 +33,7 @@ install_requires = [
|
|||
'protego>=0.1.15',
|
||||
'itemadapter>=0.1.0',
|
||||
'h2>=3.2.0',
|
||||
'typing-extensions>=3.7',
|
||||
'typing-extensions>=3.7.4',
|
||||
]
|
||||
extras_require = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue