mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
requirements: Upgrade moto to 1.3.3.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
-r docs.in
|
-r docs.in
|
||||||
|
|
||||||
# moto s3 mock
|
# moto s3 mock
|
||||||
moto==1.3.1
|
moto==1.3.3
|
||||||
|
|
||||||
# Needed for running tools/run-dev.py
|
# Needed for running tools/run-dev.py
|
||||||
Twisted==17.9.0
|
Twisted==17.9.0
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ backcall==0.1.0 # via ipython
|
|||||||
backports-abc==0.5
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.5.0.1
|
backports.ssl-match-hostname==3.5.0.1
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
boto3==1.4.7 # via moto
|
boto3==1.7.11 # via moto
|
||||||
boto==2.48.0
|
boto==2.48.0
|
||||||
botocore==1.7.46 # via boto3, moto, s3transfer
|
botocore==1.10.11 # via boto3, moto, s3transfer
|
||||||
cchardet==2.1.1
|
cchardet==2.1.1
|
||||||
certifi==2018.4.16
|
certifi==2018.4.16
|
||||||
cffi==1.11.5
|
cffi==1.11.5
|
||||||
@@ -36,7 +36,7 @@ chardet==3.0.4
|
|||||||
click==6.6 # via gitlint, pip-tools
|
click==6.6 # via gitlint, pip-tools
|
||||||
commonmark==0.5.4
|
commonmark==0.5.4
|
||||||
constantly==15.1.0 # via twisted
|
constantly==15.1.0 # via twisted
|
||||||
cookies==2.2.1 # via moto
|
cookies==2.2.1 # via moto, responses
|
||||||
coverage==4.5.1
|
coverage==4.5.1
|
||||||
cryptography==2.2.2
|
cryptography==2.2.2
|
||||||
cssselect==1.0.1 # via parsel, premailer, scrapy
|
cssselect==1.0.1 # via parsel, premailer, scrapy
|
||||||
@@ -88,7 +88,7 @@ markdown-include==0.5.1
|
|||||||
markdown==2.6.11
|
markdown==2.6.11
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
moto==1.3.1
|
moto==1.3.3
|
||||||
mypy==0.590
|
mypy==0.590
|
||||||
mypy_extensions==0.3.0
|
mypy_extensions==0.3.0
|
||||||
ndg-httpsclient==0.4.4
|
ndg-httpsclient==0.4.4
|
||||||
@@ -140,7 +140,8 @@ recommonmark==0.4.0
|
|||||||
redis==2.10.6
|
redis==2.10.6
|
||||||
regex==2017.11.9
|
regex==2017.11.9
|
||||||
requests-oauthlib==0.8.0
|
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
|
requests==2.18.4 # via aws-xray-sdk, docker, moto, premailer, pyoembed, python-digitalocean, python-gcm, python-twitter, requests-oauthlib, responses, social-auth-core, sphinx, stripe, twilio
|
||||||
|
responses==0.9.0 # via moto
|
||||||
rsa==3.4.2
|
rsa==3.4.2
|
||||||
s3transfer==0.1.11 # via boto3
|
s3transfer==0.1.11 # via boto3
|
||||||
scrapy==1.5.0
|
scrapy==1.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user