mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Take into account the packaging requirements for OSX
This commit is contained in:
parent
b9618f6fa6
commit
5aee99bd56
12 changed files with 299 additions and 150 deletions
|
@ -20,16 +20,19 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py2.7-zmq-requirements
|
alias: compile-osx-py2.7-zmq-requirements
|
||||||
name: OSX Py2.7 ZeroMQ Requirements
|
name: OSX Py2.7 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|zeromq|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=2.7
|
- --py-version=2.7
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py2.7-zmq-requirements
|
alias: compile-windows-py2.7-zmq-requirements
|
||||||
name: Windows Py2.7 ZeroMQ Requirements
|
name: Windows Py2.7 ZeroMQ Requirements
|
||||||
|
@ -62,16 +65,19 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py2.7-raet-requirements
|
alias: compile-osx-py2.7-raet-requirements
|
||||||
name: OSX Py2.7 RAET Requirements
|
name: OSX Py2.7 RAET Requirements
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=2.7
|
- --py-version=2.7
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/raet.txt
|
- --include=requirements/raet.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py2.7-raet-requirements
|
alias: compile-windows-py2.7-raet-requirements
|
||||||
name: Windows Py2.7 RAET Requirements
|
name: Windows Py2.7 RAET Requirements
|
||||||
|
@ -161,16 +167,19 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py3.5-zmq-requirements
|
alias: compile-osx-py3.5-zmq-requirements
|
||||||
name: OSX Py3.5 ZeroMQ Requirements
|
name: OSX Py3.5 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|zeromq|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.5-zmq-requirements
|
alias: compile-windows-py3.5-zmq-requirements
|
||||||
name: Windows Py3.5 ZeroMQ Requirements
|
name: Windows Py3.5 ZeroMQ Requirements
|
||||||
|
@ -204,17 +213,20 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py3.5-raet-requirements
|
alias: compile-osx-py3.5-raet-requirements
|
||||||
name: OSX Py3.5 RAET Requirements
|
name: OSX Py3.5 RAET Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/raet.txt
|
- --include=requirements/raet.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- --remove-line=^enum34==(.*)$
|
- --remove-line=^enum34==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.5-raet-requirements
|
alias: compile-windows-py3.5-raet-requirements
|
||||||
name: Windows Py3.5 RAET Requirements
|
name: Windows Py3.5 RAET Requirements
|
||||||
|
@ -266,16 +278,19 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py3.6-zmq-requirements
|
alias: compile-osx-py3.6-zmq-requirements
|
||||||
name: OSX Py3.6 ZeroMQ Requirements
|
name: OSX Py3.6 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|zeromq|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.6-zmq-requirements
|
alias: compile-windows-py3.6-zmq-requirements
|
||||||
name: Windows Py3.6 ZeroMQ Requirements
|
name: Windows Py3.6 ZeroMQ Requirements
|
||||||
|
@ -309,17 +324,20 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py3.6-raet-requirements
|
alias: compile-osx-py3.6-raet-requirements
|
||||||
name: OSX Py3.6 RAET Requirements
|
name: OSX Py3.6 RAET Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/raet.txt
|
- --include=requirements/raet.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- --remove-line=^enum34==(.*)$
|
- --remove-line=^enum34==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.6-raet-requirements
|
alias: compile-windows-py3.6-raet-requirements
|
||||||
name: Windows Py3.6 RAET Requirements
|
name: Windows Py3.6 RAET Requirements
|
||||||
|
@ -371,16 +389,19 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py3.7-zmq-requirements
|
alias: compile-osx-py3.7-zmq-requirements
|
||||||
name: OSX Py3.7 ZeroMQ Requirements
|
name: OSX Py3.7 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|zeromq|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.7-zmq-requirements
|
alias: compile-windows-py3.7-zmq-requirements
|
||||||
name: Windows Py3.7 ZeroMQ Requirements
|
name: Windows Py3.7 ZeroMQ Requirements
|
||||||
|
@ -414,17 +435,20 @@ repos:
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-osx-py3.7-raet-requirements
|
alias: compile-osx-py3.7-raet-requirements
|
||||||
name: OSX Py3.7 RAET Requirements
|
name: OSX Py3.7 RAET Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/osx\.in)$
|
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
- --platform=darwin
|
- --platform=darwin
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
|
- --include=pkg/osx/req.txt
|
||||||
|
- --include=pkg/osx/req_ext.txt
|
||||||
- --include=requirements/base.txt
|
- --include=requirements/base.txt
|
||||||
- --include=requirements/raet.txt
|
- --include=requirements/raet.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- --remove-line=^enum34==(.*)$
|
- --remove-line=^enum34==(.*)$
|
||||||
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.7-raet-requirements
|
alias: compile-windows-py3.7-raet-requirements
|
||||||
name: Windows Py3.7 RAET Requirements
|
name: Windows Py3.7 RAET Requirements
|
||||||
|
|
|
@ -2,29 +2,32 @@ apache-libcloud==2.4.0
|
||||||
backports.ssl_match_hostname==3.7.0.1
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
backports_abc==0.5
|
backports_abc==0.5
|
||||||
certifi
|
certifi
|
||||||
cffi==1.11.2
|
cffi==1.12.2
|
||||||
CherryPy==17.4.1
|
CherryPy==17.4.1
|
||||||
click==7.0
|
click==7.0
|
||||||
enum34==1.1.6
|
enum34==1.1.6
|
||||||
futures==3.2.0; python_version == '2.7'
|
futures==3.2.0 ; python_version < "3.0"
|
||||||
gitdb==0.6.4
|
gitdb==0.6.4
|
||||||
GitPython==2.1.10
|
gitpython==2.1.11
|
||||||
idna==2.8
|
idna==2.8
|
||||||
ipaddress==1.0.22
|
ipaddress==1.0.22
|
||||||
Jinja2==2.10
|
jinja2==2.10.1
|
||||||
linode-python==1.1.1
|
linode-python==1.1.1
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
MarkupSafe==1.1.0
|
markupsafe==1.1.1
|
||||||
msgpack-python==0.5.6
|
msgpack-python==0.5.6
|
||||||
|
psutil==5.6.1
|
||||||
pyasn1==0.4.5
|
pyasn1==0.4.5
|
||||||
pycparser==2.19
|
pycparser==2.19
|
||||||
pycrypto==2.6.1
|
pycryptodome==3.8.1
|
||||||
pyobjc==5.1.2
|
pyobjc==5.1.2
|
||||||
python-dateutil==2.7.5
|
pyopenssl
|
||||||
python-gnupg==0.4.3
|
python-dateutil==2.8.0
|
||||||
PyYAML==3.13
|
python-gnupg==0.4.4
|
||||||
pyzmq==17.1.2
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
|
setproctitle
|
||||||
singledispatch==3.4.0.3
|
singledispatch==3.4.0.3
|
||||||
smmap==0.9.0
|
smmap==0.9.0
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
cryptography==2.4.2
|
cryptography==2.6.1
|
||||||
pyOpenSSL==18.0.0
|
pyopenssl==19.0.0
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
# This is a compilation of requirements installed on salt-jenkins git.salt state run
|
# This is a compilation of requirements installed on salt-jenkins git.salt state run
|
||||||
apache-libcloud==2.0.0
|
|
||||||
boto3
|
boto3
|
||||||
boto>=2.46.0
|
boto>=2.46.0
|
||||||
cffi
|
|
||||||
clustershell
|
clustershell
|
||||||
croniter>=0.3.0,!=0.3.22
|
croniter>=0.3.0,!=0.3.22
|
||||||
dnspython
|
dnspython
|
||||||
docker
|
docker
|
||||||
futures>=2.0; python_version < '3.0'
|
futures>=2.0; python_version < '3.0'
|
||||||
GitPython>=2.1.8
|
|
||||||
jsonschema<=2.6.0
|
jsonschema<=2.6.0
|
||||||
junos-eznc
|
junos-eznc
|
||||||
jxmlease
|
jxmlease
|
||||||
|
@ -17,23 +14,13 @@ kubernetes<4.0
|
||||||
mock>=2.0.0; python_version < '3.6'
|
mock>=2.0.0; python_version < '3.6'
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
moto
|
moto
|
||||||
msgpack-python >= 0.4.2, != 0.5.5
|
|
||||||
psutil
|
|
||||||
# Let's install cryptodome instead of pycrypto because of pycrypto's outstanding security issues
|
|
||||||
# PyCrypto, if pulled, will be removed from the generated static requirements
|
|
||||||
pycryptodome
|
|
||||||
pylxd>=2.2.5
|
pylxd>=2.2.5
|
||||||
pyopenssl
|
pyopenssl
|
||||||
python-etcd>0.4.2
|
python-etcd>0.4.2
|
||||||
python-gnupg
|
|
||||||
pyvmomi
|
pyvmomi
|
||||||
requests
|
|
||||||
rfc3987
|
rfc3987
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
setproctitle
|
|
||||||
strict_rfc3339
|
strict_rfc3339
|
||||||
supervisor==3.3.5; python_version < '3'
|
supervisor==3.3.5; python_version < '3'
|
||||||
timelib
|
|
||||||
tornado<5.0
|
|
||||||
virtualenv
|
virtualenv
|
||||||
yamlordereddictloader
|
yamlordereddictloader
|
||||||
|
|
|
@ -2,15 +2,16 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py2.7/raet-osx.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py2.7/raet-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
||||||
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
backports.tempfile==1.0 # via moto
|
backports.tempfile==1.0 # via moto
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
backports.weakref==1.0.post1 # via backports.tempfile
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
|
@ -18,30 +19,36 @@ boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
cookies==2.2.1 # via responses
|
cookies==2.2.1 # via responses
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
enum34==1.1.6 # via cryptography, raet
|
enum34==1.1.6
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
funcsigs==1.0.2 # via mock, pytest
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
functools32==3.2.3.post2 # via jsonschema
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
futures==3.2.0 ; python_version < "3.0"
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ioflo==1.7.5
|
ioflo==1.7.5
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -52,7 +59,9 @@ jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
meld3==1.0.2 # via supervisor
|
meld3==1.0.2 # via supervisor
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
mock==2.0.0 ; python_version < "3.6"
|
||||||
|
@ -66,12 +75,13 @@ paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
pylxd==2.2.9
|
pylxd==2.2.9
|
||||||
pynacl==1.3.0 # via paramiko
|
pynacl==1.3.0 # via paramiko
|
||||||
|
@ -84,13 +94,14 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
requests-toolbelt==0.9.1 # via pylxd
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
requests-unixsocket==0.1.5 # via pylxd
|
||||||
|
@ -104,18 +115,24 @@ scandir==1.10.0 # via pathlib2
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
selectors2==2.0.1 # via ncclient
|
selectors2==2.0.1 # via ncclient
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
supervisor==3.3.5 ; python_version < "3"
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version < "3"
|
tornado==4.5.3 ; python_version < "3"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,15 +2,16 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py2.7/zeromq-osx.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py2.7/zeromq-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
||||||
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
backports.tempfile==1.0 # via moto
|
backports.tempfile==1.0 # via moto
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
backports.weakref==1.0.post1 # via backports.tempfile
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
|
@ -18,29 +19,35 @@ boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
cookies==2.2.1 # via responses
|
cookies==2.2.1 # via responses
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
enum34==1.1.6 # via cryptography
|
enum34==1.1.6
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
funcsigs==1.0.2 # via mock, pytest
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
functools32==3.2.3.post2 # via jsonschema
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
futures==3.2.0 ; python_version < "3.0"
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -50,7 +57,9 @@ junos-eznc==2.2.0
|
||||||
jxmlease==1.0.1
|
jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
meld3==1.0.2 # via supervisor
|
meld3==1.0.2 # via supervisor
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
mock==2.0.0 ; python_version < "3.6"
|
||||||
|
@ -64,12 +73,13 @@ paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
||||||
# pycrypto==2.6.1 ; sys_platform != "win32"
|
# pycrypto==2.6.1 ; sys_platform != "win32"
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
|
@ -84,11 +94,11 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
|
@ -104,18 +114,24 @@ scandir==1.10.0 # via pathlib2
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
selectors2==2.0.1 # via ncclient
|
selectors2==2.0.1 # via ncclient
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
supervisor==3.3.5 ; python_version < "3"
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version < "3"
|
tornado==4.5.3 ; python_version < "3"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,41 +2,48 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/raet-osx.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py3.5/raet-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
boto3==1.9.132
|
boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
||||||
# enum34==1.1.6 # via raet
|
# enum34==1.1.6
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ioflo==1.7.5
|
ioflo==1.7.5
|
||||||
ipaddress==1.0.22 # via kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -47,7 +54,9 @@ jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
mock==2.0.0 ; python_version < "3.6"
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
|
@ -60,12 +69,13 @@ paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
pylxd==2.2.9
|
pylxd==2.2.9
|
||||||
pynacl==1.3.0 # via paramiko
|
pynacl==1.3.0 # via paramiko
|
||||||
|
@ -78,13 +88,14 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
requests-toolbelt==0.9.1 # via pylxd
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
requests-unixsocket==0.1.5 # via pylxd
|
||||||
|
@ -96,17 +107,23 @@ s3transfer==0.2.0 # via boto3
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
tornado==4.5.3 ; python_version >= "3.4"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,38 +2,46 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/zeromq-osx.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py3.5/zeromq-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
boto3==1.9.132
|
boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
|
enum34==1.1.6
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ipaddress==1.0.22 # via kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -43,7 +51,9 @@ junos-eznc==2.2.0
|
||||||
jxmlease==1.0.1
|
jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
mock==2.0.0 ; python_version < "3.6"
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
|
@ -56,12 +66,13 @@ paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
||||||
# pycrypto==2.6.1 ; sys_platform != "win32"
|
# pycrypto==2.6.1 ; sys_platform != "win32"
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
|
@ -76,11 +87,11 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
|
@ -94,17 +105,23 @@ s3transfer==0.2.0 # via boto3
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
tornado==4.5.3 ; python_version >= "3.4"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,41 +2,48 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/raet-osx.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py3.6/raet-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
boto3==1.9.132
|
boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
||||||
# enum34==1.1.6 # via raet
|
# enum34==1.1.6
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ioflo==1.7.5
|
ioflo==1.7.5
|
||||||
ipaddress==1.0.22 # via kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -47,7 +54,9 @@ jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mock==2.0.0 # via moto
|
mock==2.0.0 # via moto
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
|
@ -59,12 +68,13 @@ netaddr==0.7.19 # via junos-eznc
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
pylxd==2.2.9
|
pylxd==2.2.9
|
||||||
pynacl==1.3.0 # via paramiko
|
pynacl==1.3.0 # via paramiko
|
||||||
|
@ -77,13 +87,14 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
requests-toolbelt==0.9.1 # via pylxd
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
requests-unixsocket==0.1.5 # via pylxd
|
||||||
|
@ -95,17 +106,23 @@ s3transfer==0.2.0 # via boto3
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
tornado==4.5.3 ; python_version >= "3.4"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,38 +2,46 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/zeromq-osx.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py3.6/zeromq-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
boto3==1.9.132
|
boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
|
enum34==1.1.6
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ipaddress==1.0.22 # via kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -43,7 +51,9 @@ junos-eznc==2.2.0
|
||||||
jxmlease==1.0.1
|
jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mock==2.0.0 # via moto
|
mock==2.0.0 # via moto
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
|
@ -55,12 +65,13 @@ netaddr==0.7.19 # via junos-eznc
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
||||||
# pycrypto==2.6.1 ; sys_platform != "win32"
|
# pycrypto==2.6.1 ; sys_platform != "win32"
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
|
@ -75,11 +86,11 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
|
@ -93,17 +104,23 @@ s3transfer==0.2.0 # via boto3
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
tornado==4.5.3 ; python_version >= "3.4"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,41 +2,48 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/raet-osx.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py3.7/raet-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
boto3==1.9.132
|
boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
||||||
# enum34==1.1.6 # via raet
|
# enum34==1.1.6
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ioflo==1.7.5
|
ioflo==1.7.5
|
||||||
ipaddress==1.0.22 # via kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -47,7 +54,9 @@ jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mock==2.0.0 # via moto
|
mock==2.0.0 # via moto
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
|
@ -59,12 +68,13 @@ netaddr==0.7.19 # via junos-eznc
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
pylxd==2.2.9
|
pylxd==2.2.9
|
||||||
pynacl==1.3.0 # via paramiko
|
pynacl==1.3.0 # via paramiko
|
||||||
|
@ -77,13 +87,14 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
requests-toolbelt==0.9.1 # via pylxd
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
requests-unixsocket==0.1.5 # via pylxd
|
||||||
|
@ -95,17 +106,23 @@ s3transfer==0.2.0 # via boto3
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
tornado==4.5.3 ; python_version >= "3.4"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
|
@ -2,38 +2,46 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/zeromq-osx.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
# pip-compile -o requirements/static/py3.7/zeromq-osx.txt -v pkg/osx/req.txt pkg/osx/req_ext.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/osx.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.4.0
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
atomicwrites==1.3.0 # via pytest
|
atomicwrites==1.3.0 # via pytest
|
||||||
attrs==19.1.0 # via pytest
|
attrs==19.1.0 # via pytest
|
||||||
aws-xray-sdk==0.95 # via moto
|
aws-xray-sdk==0.95 # via moto
|
||||||
backports-abc==0.5 # via tornado
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl_match_hostname==3.7.0.1
|
||||||
bcrypt==3.1.6 # via paramiko
|
bcrypt==3.1.6 # via paramiko
|
||||||
boto3==1.9.132
|
boto3==1.9.132
|
||||||
boto==2.49.0
|
boto==2.49.0
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
botocore==1.12.132 # via boto3, moto, s3transfer
|
||||||
cachetools==3.1.0 # via google-auth
|
cachetools==3.1.0 # via google-auth
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
certifi==2019.3.9
|
||||||
cffi==1.12.2
|
cffi==1.12.2
|
||||||
chardet==3.0.4 # via requests
|
chardet==3.0.4 # via requests
|
||||||
|
cheroot==6.5.5 # via cherrypy
|
||||||
|
cherrypy==17.4.1
|
||||||
|
click==7.0
|
||||||
clustershell==1.8.1
|
clustershell==1.8.1
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
croniter==0.3.29
|
croniter==0.3.29
|
||||||
cryptography==2.6.1 # via moto, paramiko, pylxd, pyopenssl
|
cryptography==2.6.1
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==3.7.2
|
docker==3.7.2
|
||||||
docutils==0.14 # via botocore
|
docutils==0.14 # via botocore
|
||||||
ecdsa==0.13.2 # via python-jose
|
ecdsa==0.13.2 # via python-jose
|
||||||
|
enum34==1.1.6
|
||||||
future==0.17.1 # via python-jose
|
future==0.17.1 # via python-jose
|
||||||
gitdb2==2.0.5 # via gitpython
|
gitdb2==2.0.5 # via gitpython
|
||||||
|
gitdb==0.6.4
|
||||||
gitpython==2.1.11
|
gitpython==2.1.11
|
||||||
google-auth==1.6.3 # via kubernetes
|
google-auth==1.6.3 # via kubernetes
|
||||||
idna==2.8 # via requests
|
idna==2.8
|
||||||
ipaddress==1.0.22 # via kubernetes
|
ipaddress==1.0.22
|
||||||
|
jaraco.functools==2.0 # via tempora
|
||||||
jinja2==2.10.1
|
jinja2==2.10.1
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
jmespath==0.9.4 # via boto3, botocore
|
||||||
jsondiff==1.1.1 # via moto
|
jsondiff==1.1.1 # via moto
|
||||||
|
@ -43,7 +51,9 @@ junos-eznc==2.2.0
|
||||||
jxmlease==1.0.1
|
jxmlease==1.0.1
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
linode-python==1.1.1
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
lxml==4.3.3 # via junos-eznc, ncclient
|
||||||
|
mako==1.0.7
|
||||||
markupsafe==1.1.1
|
markupsafe==1.1.1
|
||||||
mock==2.0.0 # via moto
|
mock==2.0.0 # via moto
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
|
@ -55,12 +65,13 @@ netaddr==0.7.19 # via junos-eznc
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
||||||
pbr==5.1.3 # via mock, pylxd
|
pbr==5.1.3 # via mock, pylxd
|
||||||
pluggy==0.9.0 # via pytest
|
pluggy==0.9.0 # via pytest
|
||||||
|
portend==2.4 # via cherrypy
|
||||||
psutil==5.6.1
|
psutil==5.6.1
|
||||||
py==1.8.0 # via pytest
|
py==1.8.0 # via pytest
|
||||||
pyaml==19.4.1 # via moto
|
pyaml==19.4.1 # via moto
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
pyasn1-modules==0.2.4 # via google-auth
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^pycrypto==(.*)$'
|
||||||
# pycrypto==2.6.1 ; sys_platform != "win32"
|
# pycrypto==2.6.1 ; sys_platform != "win32"
|
||||||
pycryptodome==3.8.1
|
pycryptodome==3.8.1
|
||||||
|
@ -75,11 +86,11 @@ pytest-salt==2018.12.8
|
||||||
pytest-tempdir==2018.8.11
|
pytest-tempdir==2018.8.11
|
||||||
pytest-timeout==1.3.3
|
pytest-timeout==1.3.3
|
||||||
pytest==4.4.1
|
pytest==4.4.1
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto, pylxd
|
python-dateutil==2.8.0
|
||||||
python-etcd==0.4.5
|
python-etcd==0.4.5
|
||||||
python-gnupg==0.4.4
|
python-gnupg==0.4.4
|
||||||
python-jose==2.0.2 # via moto
|
python-jose==2.0.2 # via moto
|
||||||
pytz==2019.1 # via moto
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
|
@ -93,17 +104,23 @@ s3transfer==0.2.0 # via boto3
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
scp==0.13.2 # via junos-eznc
|
scp==0.13.2 # via junos-eznc
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
singledispatch==3.4.0.3 # via tornado
|
singledispatch==3.4.0.3
|
||||||
six==1.12.0 # via bcrypt, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pylxd, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
smmap2==2.0.5 # via gitdb2
|
smmap2==2.0.5 # via gitdb2
|
||||||
|
smmap==0.9.0
|
||||||
strict-rfc3339==0.7
|
strict-rfc3339==0.7
|
||||||
|
tempora==1.14.1 # via portend
|
||||||
timelib==0.2.4
|
timelib==0.2.4
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
tornado==4.5.3 ; python_version >= "3.4"
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
|
vultr==1.0.1
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
websocket-client==0.40.0 # via docker, kubernetes
|
||||||
werkzeug==0.15.2 # via moto
|
werkzeug==0.15.2 # via moto
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
ws4py==0.5.1 # via pylxd
|
ws4py==0.5.1 # via pylxd
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
yamlordereddictloader==0.4.0
|
yamlordereddictloader==0.4.0
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
# Passthrough dependencies from pkg/osx/req.txt
|
||||||
|
pyobjc==5.1.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue