-
Notifications
You must be signed in to change notification settings - Fork 20
/
requirements.in
43 lines (37 loc) · 1.03 KB
/
requirements.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# To generate requirements.txt install pip-tools and run::
#
# pip-compile --output-file requirements.txt requirements.in
#
Scrapy==2.12.0
# scrapinghub glue
scrapinghub-entrypoint-scrapy==0.17.5
# official python client
scrapinghub>=2.4.0
# scrapy plugins
scrapy-splash
scrapy-crawlera # legacy: the same as scrapy-zyte-smartproxy
scrapy-zyte-smartproxy>=2.2.0
scrapy-deltafetch
scrapy-dotpersistence
scrapy-magicfields
scrapy-pagestorage>=0.4.0
scrapy-querycleaner
scrapy-splitvariants
# required by Monitoring addon
spidermon[monitoring]
# required by Monkeylearn addon
monkeylearn
# required by Images addon
boto
# pre-install boto3 compatible with botocore
boto3
# address known vulnerabilities
aiohttp>=3.7.4 # CVE-2021-21330
awscli>=1.19.0 # fix pyyaml dependency
Jinja2>=2.11.3 # CVE-2020-28493
lxml>=4.6.3 # CVE-2021-28957
pillow>=8.1.2 # GHSA-jgpv-4h4c-xhw3
pyyaml>=5.4 # CVE-2020-14343
requests>=2.20.0 # CVE-2018-18074
Twisted[http2]>=23.8.0 # CVE-2019-12387
urllib3>=1.26.4 # CVE-2021-28363