No globally changing the environment on import, please.
This commit is contained in:
Pedro Algarvio 2019-05-08 17:21:30 +01:00
parent 0ffe7ca509
commit b1dc7f651b
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF
9 changed files with 95 additions and 111 deletions

View File

@ -7,19 +7,17 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports-abc==0.5 # via tornado
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
backports.tempfile==1.0 # via moto
backports.weakref==1.0.post1 # via backports.tempfile
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests, tornado
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
cookies==2.2.1 # via responses
@ -31,21 +29,19 @@ docker-pycreds==0.4.0 # via docker
docker==2.7.0
docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
enum34==1.1.6 # via aws-sam-translator, aws-xray-sdk, cryptography, raet
enum34==1.1.6 # via cryptography, raet
funcsigs==1.0.2 # via mock, pytest
functools32==3.2.3.post2 # via jsonschema
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
futures==3.2.0 ; python_version < "3.0"
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ioflo==1.7.5
ipaddress==1.0.22 # via cryptography, docker, kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
@ -54,18 +50,20 @@ markupsafe==1.1.1
meld3==1.0.2 # via supervisor
mock==2.0.0 ; python_version < "3.6"
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
pathlib2==2.3.3 # via cfn-lint, pytest
pathlib2==2.3.3 # via pytest
pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pyopenssl==19.0.0
pytest-cov==2.6.1
pytest-helpers-namespace==2019.1.8
@ -77,7 +75,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -86,14 +84,14 @@ raet==0.6.8
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
scandir==1.10.0 # via pathlib2
sed==0.3.1
setproctitle==1.1.10
singledispatch==3.4.0.3 # via tornado
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
strict-rfc3339==0.7
supervisor==3.3.5 ; python_version < "3"
timelib==0.2.4

View File

@ -7,19 +7,17 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports-abc==0.5 # via tornado
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
backports.tempfile==1.0 # via moto
backports.weakref==1.0.post1 # via backports.tempfile
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests, tornado
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
cookies==2.2.1 # via responses
@ -31,20 +29,18 @@ docker-pycreds==0.4.0 # via docker
docker==2.7.0
docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
enum34==1.1.6 # via aws-sam-translator, aws-xray-sdk, cryptography
enum34==1.1.6 # via cryptography
funcsigs==1.0.2 # via mock, pytest
functools32==3.2.3.post2 # via jsonschema
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
futures==3.2.0 ; python_version < "3.0"
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ipaddress==1.0.22 # via cryptography, docker, kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
@ -52,18 +48,20 @@ markupsafe==1.1.1
meld3==1.0.2 # via supervisor
mock==2.0.0 ; python_version < "3.6"
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
pathlib2==2.3.3 # via cfn-lint, pytest
pathlib2==2.3.3 # via pytest
pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pyopenssl==19.0.0
pytest-cov==2.6.1
pytest-helpers-namespace==2019.1.8
@ -75,7 +73,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -83,14 +81,14 @@ pyyaml==3.13
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
scandir==1.10.0 # via pathlib2
sed==0.3.1
setproctitle==1.1.10
singledispatch==3.4.0.3 # via tornado
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
strict-rfc3339==0.7
supervisor==3.3.5 ; python_version < "3"
timelib==0.2.4

View File

@ -7,19 +7,17 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports-abc==0.5 # via tornado
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
backports.tempfile==1.0 # via moto
backports.weakref==1.0.post1 # via backports.tempfile
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests, tornado
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
cookies==2.2.1 # via responses
@ -31,20 +29,18 @@ docker-pycreds==0.4.0 # via docker
docker==2.7.0
docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
enum34==1.1.6 # via aws-sam-translator, aws-xray-sdk, cryptography
enum34==1.1.6 # via cryptography
funcsigs==1.0.2 # via mock, pytest
functools32==3.2.3.post2 # via jsonschema
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
futures==3.2.0 ; python_version < "3.0"
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ipaddress==1.0.22 # via cryptography, docker, kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
@ -52,18 +48,20 @@ markupsafe==1.1.1
meld3==1.0.2 # via supervisor
mock==2.0.0 ; python_version < "3.6"
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
pathlib2==2.3.3 # via cfn-lint, pytest
pathlib2==2.3.3 # via pytest
pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.8.1 ; sys_platform == "win32"
pyopenssl==19.0.0
pytest-cov==2.6.1
@ -76,7 +74,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -85,14 +83,14 @@ pyzmq==18.0.1 ; python_version != "3.4"
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
scandir==1.10.0 # via pathlib2
sed==0.3.1
setproctitle==1.1.10
singledispatch==3.4.0.3 # via tornado
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
strict-rfc3339==0.7
supervisor==3.3.5 ; python_version < "3"
timelib==0.2.4

View File

@ -7,16 +7,14 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
coverage==4.5.3 # via pytest-cov
@ -29,17 +27,15 @@ docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
# enum34==1.1.6 # via raet
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ioflo==1.7.5
ipaddress==1.0.22 # via kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
@ -47,7 +43,7 @@ libnacl==1.6.1
markupsafe==1.1.1
mock==2.0.0 ; python_version < "3.6"
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
@ -56,9 +52,11 @@ pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pyopenssl==19.0.0
pytest-cov==2.6.1
pytest-helpers-namespace==2019.1.8
@ -70,7 +68,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -79,12 +77,12 @@ raet==0.6.8
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
sed==0.3.1
setproctitle==1.1.10
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, websocket-client
strict-rfc3339==0.7
timelib==0.2.4
tornado==4.5.3 ; python_version >= "3.4"

View File

@ -7,16 +7,14 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
coverage==4.5.3 # via pytest-cov
@ -27,23 +25,21 @@ docker-pycreds==0.4.0 # via docker
docker==2.7.0
docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ipaddress==1.0.22 # via kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
markupsafe==1.1.1
mock==2.0.0 ; python_version < "3.6"
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
@ -52,9 +48,11 @@ pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pyopenssl==19.0.0
pytest-cov==2.6.1
pytest-helpers-namespace==2019.1.8
@ -66,7 +64,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -74,12 +72,12 @@ pyyaml==3.13
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
sed==0.3.1
setproctitle==1.1.10
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, websocket-client
strict-rfc3339==0.7
timelib==0.2.4
tornado==4.5.3 ; python_version >= "3.4"

View File

@ -7,16 +7,14 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
coverage==4.5.3 # via pytest-cov
@ -27,23 +25,21 @@ docker-pycreds==0.4.0 # via docker
docker==2.7.0
docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ipaddress==1.0.22 # via kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
markupsafe==1.1.1
mock==2.0.0 ; python_version < "3.6"
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
@ -52,9 +48,11 @@ pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.8.1 ; sys_platform == "win32"
pyopenssl==19.0.0
pytest-cov==2.6.1
@ -67,7 +65,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -76,12 +74,12 @@ pyzmq==18.0.1 ; python_version != "3.4"
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
sed==0.3.1
setproctitle==1.1.10
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, websocket-client
strict-rfc3339==0.7
timelib==0.2.4
tornado==4.5.3 ; python_version >= "3.4"

View File

@ -7,16 +7,14 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
coverage==4.5.3 # via pytest-cov
@ -29,17 +27,15 @@ docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
# enum34==1.1.6 # via raet
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ioflo==1.7.5
ipaddress==1.0.22 # via kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
@ -47,7 +43,7 @@ libnacl==1.6.1
markupsafe==1.1.1
mock==2.0.0 # via moto
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
@ -55,9 +51,11 @@ pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pyopenssl==19.0.0
pytest-cov==2.6.1
pytest-helpers-namespace==2019.1.8
@ -69,7 +67,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -78,12 +76,12 @@ raet==0.6.8
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
sed==0.3.1
setproctitle==1.1.10
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, websocket-client
strict-rfc3339==0.7
timelib==0.2.4
tornado==4.5.3 ; python_version >= "3.4"

View File

@ -7,16 +7,14 @@
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
aws-sam-translator==1.11.0 # via cfn-lint
aws-xray-sdk==2.4.2 # via moto
aws-xray-sdk==0.95 # via moto
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
boto3==1.9.132
boto==2.49.0
botocore==1.12.132 # via aws-xray-sdk, boto3, moto, s3transfer
botocore==1.12.132 # via boto3, moto, s3transfer
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via kubernetes, requests
cffi==1.12.2 # via cryptography
cfn-lint==0.19.1 # via moto
chardet==3.0.4 # via requests
colorama==0.4.1 # via pytest
coverage==4.5.3 # via pytest-cov
@ -27,23 +25,21 @@ docker-pycreds==0.4.0 # via docker
docker==2.7.0
docutils==0.14 # via botocore
ecdsa==0.13.2 # via python-jose
future==0.17.1 # via aws-xray-sdk, python-jose
future==0.17.1 # via python-jose
google-auth==1.6.3 # via kubernetes
idna==2.8 # via moto, requests
idna==2.8 # via requests
ipaddress==1.0.22 # via kubernetes
jinja2==2.10.1
jmespath==0.9.4 # via boto3, botocore
jsondiff==1.1.2 # via moto
jsonpatch==1.23 # via cfn-lint
jsondiff==1.1.1 # via moto
jsonpickle==1.1 # via aws-xray-sdk
jsonpointer==2.0 # via jsonpatch
jsonschema==2.6.0
keyring==5.7.1
kubernetes==3.0.0
markupsafe==1.1.1
mock==2.0.0 # via moto
more-itertools==5.0.0
moto==1.3.8
moto==1.3.7
msgpack-python==0.5.6
msgpack==0.6.1
patch==1.16
@ -51,9 +47,11 @@ pbr==5.1.3 # via mock
pluggy==0.9.0 # via pytest
psutil==5.6.1
py==1.8.0 # via pytest
pyaml==19.4.1 # via moto
pyasn1-modules==0.2.4 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pycparser==2.19 # via cffi
pycryptodome==3.8.1 # via python-jose
pycryptodomex==3.8.1 ; sys_platform == "win32"
pyopenssl==19.0.0
pytest-cov==2.6.1
@ -66,7 +64,7 @@ pytest==4.4.1
python-dateutil==2.8.0 # via botocore, kubernetes, moto
python-etcd==0.4.5
python-gnupg==0.4.4
python-jose==3.0.1 # via moto
python-jose==2.0.2 # via moto
pytz==2019.1 # via moto
pyvmomi==6.7.1.2018.12
pywin32==223
@ -75,12 +73,12 @@ pyzmq==18.0.1 ; python_version != "3.4"
requests==2.21.0
responses==0.10.6 # via moto
rfc3987==1.3.8
rsa==4.0 # via google-auth, python-jose
rsa==4.0 # via google-auth
s3transfer==0.2.0 # via boto3
salttesting==2017.6.1
sed==0.3.1
setproctitle==1.1.10
six==1.12.0 # via aws-sam-translator, cfn-lint, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, websocket-client
six==1.12.0 # via cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, websocket-client
strict-rfc3339==0.7
timelib==0.2.4
tornado==4.5.3 ; python_version >= "3.4"

View File

@ -12,7 +12,7 @@ keyring==5.7.1
kubernetes<4.0
mock>=2.0.0; python_version < '3.6'
more-itertools==5.0.0
moto
moto<=1.3.7
msgpack-python >= 0.4.2, != 0.5.5
patch
psutil