mirror of https://github.com/zulip/zulip.git
requirements: Upgrade Scrapy to 1.5.0.
This commit is contained in:
parent
48f93a7460
commit
351f780ab2
|
@ -11,7 +11,7 @@ moto==1.2.0
|
|||
Twisted==17.9.0
|
||||
|
||||
# Needed for documentation links test
|
||||
Scrapy==1.4.0
|
||||
Scrapy==1.5.0
|
||||
|
||||
# Needed to compute test coverage
|
||||
coverage==4.5.1
|
||||
|
|
|
@ -138,7 +138,7 @@ requests-oauthlib==0.8.0
|
|||
requests==2.18.4 # via aws-xray-sdk, docker, moto, premailer, pyoembed, python-digitalocean, python-gcm, python-twitter, requests-oauthlib, social-auth-core, sphinx, stripe, twilio
|
||||
rsa==3.4.2
|
||||
s3transfer==0.1.11 # via boto3
|
||||
scrapy==1.4.0
|
||||
scrapy==1.5.0
|
||||
service-identity==17.0.0 # via scrapy
|
||||
sh==1.11 # via gitlint
|
||||
simplegeneric==0.8.1 # via ipython
|
||||
|
|
Loading…
Reference in New Issue