mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge branch '2019.2.1' into aix_docs
This commit is contained in:
commit
3e793ac1b2
@ -20,25 +20,30 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=2.7
|
- --py-version=2.7
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -60,25 +65,30 @@ 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
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=2.7
|
- --py-version=2.7
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -157,25 +167,30 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -198,26 +213,31 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -241,29 +261,6 @@ repos:
|
|||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py3.6-tcp-requirements
|
|
||||||
name: Linux Py3.6 TCP Requirements
|
|
||||||
files: ^requirements/((base|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(centos-6|amzn-1|lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.6
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=tcp
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-osx-py3.6-tcp-requirements
|
|
||||||
name: OSX Py3.6 TCP Requirements
|
|
||||||
files: ^requirements/((base|pytest)\.txt|static/osx\.in)$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.6
|
|
||||||
- --platform=darwin
|
|
||||||
- --out-prefix=tcp
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.6-zmq-requirements
|
alias: compile-linux-py3.6-zmq-requirements
|
||||||
name: Linux Py3.6 ZeroMQ Requirements
|
name: Linux Py3.6 ZeroMQ Requirements
|
||||||
@ -281,25 +278,30 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -322,26 +324,31 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -365,29 +372,6 @@ repos:
|
|||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py3.7-tcp-requirements
|
|
||||||
name: Linux Py3.7 TCP Requirements
|
|
||||||
files: ^requirements/((base|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(centos-6|amzn-1|lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.7
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=tcp
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-osx-py3.7-tcp-requirements
|
|
||||||
name: OSX Py3.7 TCP Requirements
|
|
||||||
files: ^requirements/((base|pytest)\.txt|static/osx\.in)$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.7
|
|
||||||
- --platform=darwin
|
|
||||||
- --out-prefix=tcp
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.7-zmq-requirements
|
alias: compile-linux-py3.7-zmq-requirements
|
||||||
name: Linux Py3.7 ZeroMQ Requirements
|
name: Linux Py3.7 ZeroMQ Requirements
|
||||||
@ -405,25 +389,30 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=zeromq
|
- --out-prefix=zeromq
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
@ -446,26 +435,31 @@ 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
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/windows\.in)$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
- --platform=windows
|
- --platform=windows
|
||||||
- --out-prefix=raet
|
- --out-prefix=raet
|
||||||
|
- --include=pkg/windows/req.txt
|
||||||
|
- --include=pkg/windows/req_win.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
|
||||||
|
@ -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
|
||||||
|
@ -2,38 +2,38 @@
|
|||||||
backports-abc==0.5
|
backports-abc==0.5
|
||||||
backports.ssl-match-hostname==3.7.0.1
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
certifi
|
certifi
|
||||||
cffi==1.11.5
|
cffi==1.12.2
|
||||||
CherryPy==17.4.1
|
CherryPy==17.4.1
|
||||||
cryptography==2.4.2
|
cryptography==2.6.1
|
||||||
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.10
|
||||||
idna==2.8
|
idna==2.8
|
||||||
ioloop==0.1a0
|
ioloop==0.1a0
|
||||||
ipaddress==1.0.22
|
ipaddress==1.0.22
|
||||||
Jinja2==2.10
|
jinja2==2.10.1
|
||||||
libnacl==1.6.1 # required by the nacl module
|
libnacl==1.6.1
|
||||||
lxml==4.3.0
|
lxml==4.3.0
|
||||||
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.4.8
|
psutil==5.6.1
|
||||||
pyasn1==0.4.5
|
pyasn1==0.4.5
|
||||||
pycparser==2.19
|
pycparser==2.19
|
||||||
pycrypto==2.6.1
|
pycryptodomex==3.8.1
|
||||||
pycurl==7.43.0.2
|
pycurl==7.43.0.2
|
||||||
pymssql==2.1.4
|
|
||||||
PyMySQL==0.9.3
|
PyMySQL==0.9.3
|
||||||
pyOpenSSL==18.0.0
|
pyopenssl==19.0.0
|
||||||
python-dateutil==2.7.5
|
python-dateutil==2.8.0
|
||||||
python-gnupg==0.4.3
|
python-gnupg==0.4.4
|
||||||
pythonnet==2.3.0
|
pythonnet==2.3.0
|
||||||
PyYAML==3.13
|
pyyaml==3.13
|
||||||
pyzmq==17.1.2
|
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
|
||||||
tornado==4.5.3
|
tornado==4.5.3
|
||||||
wheel==0.32.3
|
wheel==0.33.4
|
||||||
|
@ -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,42 +2,51 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py2.7/raet-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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
|
||||||
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 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
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
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==2.7.0
|
docker==2.7.0
|
||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -46,6 +55,8 @@ jsonschema==2.6.0
|
|||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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"
|
||||||
@ -57,13 +68,17 @@ patch==1.16
|
|||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
|
pycryptodomex==3.8.1
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -72,14 +87,16 @@ 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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
responses==0.10.6 # via moto
|
responses==0.10.6 # via moto
|
||||||
@ -90,16 +107,21 @@ salttesting==2017.6.1
|
|||||||
scandir==1.10.0 # via pathlib2
|
scandir==1.10.0 # via pathlib2
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
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 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 cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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,50 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py2.7/zeromq-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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
|
||||||
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 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
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
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==2.7.0
|
docker==2.7.0
|
||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -44,6 +53,9 @@ jsonpickle==1.1 # via aws-xray-sdk
|
|||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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"
|
||||||
@ -55,14 +67,17 @@ patch==1.16
|
|||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -71,13 +86,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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
@ -89,16 +105,21 @@ salttesting==2017.6.1
|
|||||||
scandir==1.10.0 # via pathlib2
|
scandir==1.10.0 # via pathlib2
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
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 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 cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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,23 +2,28 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py3.5/raet-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports-abc==0.5
|
||||||
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
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
|
certifi==2019.3.9
|
||||||
cffi==1.12.2 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
@ -26,12 +31,17 @@ docker==2.7.0
|
|||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -40,6 +50,8 @@ jsonschema==2.6.0
|
|||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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
|
||||||
@ -50,13 +62,17 @@ patch==1.16
|
|||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
|
pycryptodomex==3.8.1
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -65,14 +81,16 @@ 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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
responses==0.10.6 # via moto
|
responses==0.10.6 # via moto
|
||||||
@ -82,14 +100,20 @@ s3transfer==0.2.0 # via boto3
|
|||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
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
|
singledispatch==3.4.0.3
|
||||||
|
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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,33 +2,44 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py3.5/zeromq-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports-abc==0.5
|
||||||
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
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
|
certifi==2019.3.9
|
||||||
cffi==1.12.2 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==2.7.0
|
docker==2.7.0
|
||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -36,6 +47,9 @@ jsonpickle==1.1 # via aws-xray-sdk
|
|||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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
|
||||||
@ -46,14 +60,17 @@ patch==1.16
|
|||||||
pathlib2==2.3.3 # via pytest
|
pathlib2==2.3.3 # via pytest
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -62,13 +79,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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
@ -79,14 +97,20 @@ s3transfer==0.2.0 # via boto3
|
|||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
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
|
singledispatch==3.4.0.3
|
||||||
|
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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,23 +2,28 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py3.6/raet-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports-abc==0.5
|
||||||
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
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
|
certifi==2019.3.9
|
||||||
cffi==1.12.2 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
@ -26,12 +31,17 @@ docker==2.7.0
|
|||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -40,6 +50,8 @@ jsonschema==2.6.0
|
|||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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
|
||||||
@ -49,13 +61,17 @@ msgpack==0.6.1
|
|||||||
patch==1.16
|
patch==1.16
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
|
pycryptodomex==3.8.1
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -64,14 +80,16 @@ 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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
responses==0.10.6 # via moto
|
responses==0.10.6 # via moto
|
||||||
@ -81,14 +99,20 @@ s3transfer==0.2.0 # via boto3
|
|||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
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
|
singledispatch==3.4.0.3
|
||||||
|
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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,33 +2,44 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py3.6/zeromq-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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.ssl-match-hostname==3.7.0.1 # via websocket-client
|
backports-abc==0.5
|
||||||
|
backports.functools-lru-cache==1.5 # via cheroot
|
||||||
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
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
|
certifi==2019.3.9
|
||||||
cffi==1.12.2 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==2.7.0
|
docker==2.7.0
|
||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -36,6 +47,9 @@ jsonpickle==1.1 # via aws-xray-sdk
|
|||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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
|
||||||
@ -45,14 +59,17 @@ msgpack==0.6.1
|
|||||||
patch==1.16
|
patch==1.16
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -61,13 +78,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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
@ -78,14 +96,20 @@ s3transfer==0.2.0 # via boto3
|
|||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
setproctitle==1.1.10
|
setproctitle==1.1.10
|
||||||
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
|
singledispatch==3.4.0.3
|
||||||
|
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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,24 +2,28 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py3.7/raet-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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
|
||||||
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 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
@ -27,12 +31,17 @@ docker==2.7.0
|
|||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -41,6 +50,8 @@ jsonschema==2.6.0
|
|||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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
|
||||||
@ -50,13 +61,17 @@ msgpack==0.6.1
|
|||||||
patch==1.16
|
patch==1.16
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
|
pycryptodomex==3.8.1
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -65,14 +80,16 @@ 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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
|
pyzmq==18.0.1
|
||||||
raet==0.6.8
|
raet==0.6.8
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
responses==0.10.6 # via moto
|
responses==0.10.6 # via moto
|
||||||
@ -82,15 +99,20 @@ s3transfer==0.2.0 # via boto3
|
|||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
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 cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -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
|
||||||
|
@ -2,34 +2,44 @@
|
|||||||
# 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-windows.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/py3.7/zeromq-windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
||||||
#
|
#
|
||||||
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
|
||||||
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 # via cryptography
|
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
|
||||||
colorama==0.4.1 # via pytest
|
colorama==0.4.1 # via pytest
|
||||||
|
contextlib2==0.5.5 # via cherrypy
|
||||||
coverage==4.5.3 # via pytest-cov
|
coverage==4.5.3 # via pytest-cov
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
cryptography==2.6.1
|
||||||
dmidecode==0.9.0
|
dmidecode==0.9.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
docker-pycreds==0.4.0 # via docker
|
docker-pycreds==0.4.0 # via docker
|
||||||
docker==2.7.0
|
docker==2.7.0
|
||||||
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
|
||||||
|
gitdb==0.6.4
|
||||||
|
gitpython==2.1.10
|
||||||
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
|
ioloop==0.1a0
|
||||||
|
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
|
||||||
@ -37,6 +47,9 @@ jsonpickle==1.1 # via aws-xray-sdk
|
|||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
keyring==5.7.1
|
keyring==5.7.1
|
||||||
kubernetes==3.0.0
|
kubernetes==3.0.0
|
||||||
|
libnacl==1.6.1
|
||||||
|
lxml==4.3.0
|
||||||
|
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
|
||||||
@ -46,14 +59,17 @@ msgpack==0.6.1
|
|||||||
patch==1.16
|
patch==1.16
|
||||||
pbr==5.1.3 # via mock
|
pbr==5.1.3 # via mock
|
||||||
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 pyasn1-modules, rsa
|
pyasn1==0.4.5
|
||||||
pycparser==2.19 # via cffi
|
pycparser==2.19
|
||||||
pycryptodome==3.8.1 # via python-jose
|
pycryptodome==3.8.1 # via python-jose
|
||||||
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
pycryptodomex==3.8.1 ; sys_platform == "win32"
|
||||||
|
pycurl==7.43.0.2
|
||||||
|
pymysql==0.9.3
|
||||||
pyopenssl==19.0.0
|
pyopenssl==19.0.0
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-helpers-namespace==2019.1.8
|
pytest-helpers-namespace==2019.1.8
|
||||||
@ -62,13 +78,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, kubernetes, moto
|
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
|
pythonnet==2.3.0
|
||||||
|
pytz==2019.1 # via moto, tempora
|
||||||
pyvmomi==6.7.1.2018.12
|
pyvmomi==6.7.1.2018.12
|
||||||
pywin32==223
|
pywin32==224
|
||||||
pyyaml==3.13
|
pyyaml==3.13
|
||||||
pyzmq==18.0.1 ; python_version != "3.4"
|
pyzmq==18.0.1 ; python_version != "3.4"
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
@ -79,15 +96,20 @@ s3transfer==0.2.0 # via boto3
|
|||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed==0.3.1
|
sed==0.3.1
|
||||||
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 cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, websocket-client
|
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, responses, salttesting, singledispatch, tempora, websocket-client
|
||||||
|
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
|
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
||||||
virtualenv==16.4.3
|
virtualenv==16.4.3
|
||||||
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
|
||||||
|
wheel==0.33.4
|
||||||
wmi==1.4.9
|
wmi==1.4.9
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
wrapt==1.11.1 # via aws-xray-sdk
|
||||||
xmltodict==0.12.0 # via moto
|
xmltodict==0.12.0 # via moto
|
||||||
|
zc.lockfile==1.4 # via cherrypy
|
||||||
|
@ -13,21 +13,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<=1.3.7
|
moto<=1.3.7
|
||||||
msgpack-python >= 0.4.2, != 0.5.5
|
|
||||||
patch
|
patch
|
||||||
psutil
|
|
||||||
pyopenssl
|
|
||||||
python-etcd>0.4.2
|
python-etcd>0.4.2
|
||||||
python-gnupg
|
|
||||||
pyvmomi
|
pyvmomi
|
||||||
pywin32==223
|
|
||||||
rfc3987
|
rfc3987
|
||||||
salttesting==2017.6.1
|
salttesting==2017.6.1
|
||||||
sed
|
sed
|
||||||
setproctitle
|
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
|
||||||
wmi==1.4.9
|
|
||||||
|
@ -1161,11 +1161,13 @@ def symlink(src, link):
|
|||||||
win32file.CreateSymbolicLink(link, src, int(is_dir))
|
win32file.CreateSymbolicLink(link, src, int(is_dir))
|
||||||
return True
|
return True
|
||||||
except win32file.error as exc:
|
except win32file.error as exc:
|
||||||
|
privs = __salt__['cmd.run_stdout']('whoami /priv')
|
||||||
raise CommandExecutionError(
|
raise CommandExecutionError(
|
||||||
'Could not create \'{0}\' - [{1}] {2}'.format(
|
'Could not create \'{0}\' - [{1}] {2}\n{3}'.format(
|
||||||
link,
|
link,
|
||||||
exc.winerror,
|
exc.winerror,
|
||||||
exc.strerror
|
exc.strerror,
|
||||||
|
privs
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -465,7 +465,7 @@ def query(url,
|
|||||||
not isinstance(result_text, six.text_type):
|
not isinstance(result_text, six.text_type):
|
||||||
result_text = result_text.decode(res_params['charset'])
|
result_text = result_text.decode(res_params['charset'])
|
||||||
if six.PY3 and isinstance(result_text, bytes):
|
if six.PY3 and isinstance(result_text, bytes):
|
||||||
result_text = result.body.decode('utf-8')
|
result_text = result_text.decode('utf-8')
|
||||||
ret['body'] = result_text
|
ret['body'] = result_text
|
||||||
else:
|
else:
|
||||||
# Tornado
|
# Tornado
|
||||||
|
@ -5,24 +5,27 @@
|
|||||||
# Import Python Libs
|
# Import Python Libs
|
||||||
from __future__ import absolute_import, unicode_literals, print_function
|
from __future__ import absolute_import, unicode_literals, print_function
|
||||||
import os
|
import os
|
||||||
import tempfile
|
|
||||||
import sys
|
import sys
|
||||||
from collections import namedtuple
|
|
||||||
|
|
||||||
# Import Salt Testing Libs
|
# Import Salt Testing Libs
|
||||||
from tests.support.helpers import destructiveTest
|
|
||||||
from tests.support.mixins import LoaderModuleMockMixin
|
from tests.support.mixins import LoaderModuleMockMixin
|
||||||
from tests.support.mock import patch, NO_MOCK, NO_MOCK_REASON
|
from tests.support.mock import MagicMock, NO_MOCK, NO_MOCK_REASON, patch
|
||||||
|
from tests.support.paths import TMP
|
||||||
from tests.support.unit import TestCase, skipIf
|
from tests.support.unit import TestCase, skipIf
|
||||||
from tests.support.mock import MagicMock
|
|
||||||
|
|
||||||
# Import Salt Libs
|
# Import Salt Libs
|
||||||
import salt.modules.win_file as win_file
|
|
||||||
import salt.utils.win_dacl as win_dacl
|
|
||||||
import salt.modules.temp as temp
|
import salt.modules.temp as temp
|
||||||
|
import salt.modules.win_file as win_file
|
||||||
import salt.utils.platform
|
import salt.utils.platform
|
||||||
|
import salt.utils.win_dacl as win_dacl
|
||||||
|
import salt.modules.cmdmod as cmdmod
|
||||||
from salt.exceptions import CommandExecutionError
|
from salt.exceptions import CommandExecutionError
|
||||||
|
|
||||||
|
try:
|
||||||
|
WIN_VER = sys.getwindowsversion().major
|
||||||
|
except AttributeError:
|
||||||
|
WIN_VER = 0
|
||||||
|
|
||||||
|
|
||||||
class DummyStat(object):
|
class DummyStat(object):
|
||||||
st_mode = 33188
|
st_mode = 33188
|
||||||
@ -37,10 +40,6 @@ class DummyStat(object):
|
|||||||
st_ctime = 1552661253
|
st_ctime = 1552661253
|
||||||
|
|
||||||
|
|
||||||
WindowsVersion = namedtuple('WinowsVersion', 'major minor')
|
|
||||||
winver = WindowsVersion(major=10, minor=0)
|
|
||||||
|
|
||||||
|
|
||||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||||
class WinFileTestCase(TestCase, LoaderModuleMockMixin):
|
class WinFileTestCase(TestCase, LoaderModuleMockMixin):
|
||||||
'''
|
'''
|
||||||
@ -55,7 +54,8 @@ class WinFileTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
def setup_loader_modules(self):
|
def setup_loader_modules(self):
|
||||||
return {
|
return {
|
||||||
win_file: {
|
win_file: {
|
||||||
'__utils__': {'dacl.set_perms': win_dacl.set_perms}
|
'__utils__': {'dacl.set_perms': win_dacl.set_perms},
|
||||||
|
'__salt__': {'cmd.run_stdout': cmdmod.run_stdout}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -78,13 +78,13 @@ class WinFileTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
self.assertRaises(
|
self.assertRaises(
|
||||||
CommandExecutionError, win_file.check_perms, self.FAKE_PATH)
|
CommandExecutionError, win_file.check_perms, self.FAKE_PATH)
|
||||||
|
|
||||||
@destructiveTest
|
|
||||||
@skipIf(not salt.utils.platform.is_windows(), 'Skip on Non-Windows systems')
|
@skipIf(not salt.utils.platform.is_windows(), 'Skip on Non-Windows systems')
|
||||||
|
@skipIf(WIN_VER < 6, 'Symlinks not supported on Vista an lower')
|
||||||
def test_issue_52002_check_file_remove_symlink(self):
|
def test_issue_52002_check_file_remove_symlink(self):
|
||||||
'''
|
'''
|
||||||
Make sure that directories including symlinks or symlinks can be removed
|
Make sure that directories including symlinks or symlinks can be removed
|
||||||
'''
|
'''
|
||||||
base = temp.dir(prefix='base-')
|
base = temp.dir(prefix='base-', parent=TMP)
|
||||||
target = os.path.join(base, 'child 1', 'target\\')
|
target = os.path.join(base, 'child 1', 'target\\')
|
||||||
symlink = os.path.join(base, 'child 2', 'link')
|
symlink = os.path.join(base, 'child 2', 'link')
|
||||||
try:
|
try:
|
||||||
@ -104,9 +104,8 @@ class WinFileTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
win_file.remove(base)
|
win_file.remove(base)
|
||||||
|
|
||||||
|
|
||||||
@destructiveTest
|
|
||||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||||
@skipIf(not salt.utils.platform.is_windows(), 'Requires Pywin32 libraries')
|
@skipIf(not salt.utils.platform.is_windows(), 'Skip on Non-Windows systems')
|
||||||
class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
||||||
'''
|
'''
|
||||||
Test cases for the check_perms function in salt.modules.win_file
|
Test cases for the check_perms function in salt.modules.win_file
|
||||||
@ -118,7 +117,8 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
self.current_user = salt.utils.win_functions.get_current_user(False)
|
self.current_user = salt.utils.win_functions.get_current_user(False)
|
||||||
return {
|
return {
|
||||||
win_file: {
|
win_file: {
|
||||||
'__utils__': {'dacl.check_perms': win_dacl.check_perms}
|
'__utils__': {'dacl.check_perms': win_dacl.check_perms,
|
||||||
|
'dacl.set_perms': win_dacl.set_perms}
|
||||||
},
|
},
|
||||||
win_dacl: {
|
win_dacl: {
|
||||||
'__opts__': {'test': False},
|
'__opts__': {'test': False},
|
||||||
@ -126,18 +126,17 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.temp_file = tempfile.NamedTemporaryFile(delete=False)
|
self.temp_file = temp.file(parent=TMP)
|
||||||
self.temp_file.close()
|
salt.utils.win_dacl.set_owner(obj_name=self.temp_file,
|
||||||
salt.utils.win_dacl.set_owner(obj_name=self.temp_file.name,
|
|
||||||
principal=self.current_user)
|
principal=self.current_user)
|
||||||
salt.utils.win_dacl.set_inheritance(obj_name=self.temp_file.name,
|
salt.utils.win_dacl.set_inheritance(obj_name=self.temp_file,
|
||||||
enabled=True)
|
enabled=True)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
salt.utils.win_dacl.get_owner(obj_name=self.temp_file.name),
|
salt.utils.win_dacl.get_owner(obj_name=self.temp_file),
|
||||||
self.current_user)
|
self.current_user)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
os.remove(self.temp_file.name)
|
os.remove(self.temp_file)
|
||||||
|
|
||||||
def test_check_perms_set_owner_test_true(self):
|
def test_check_perms_set_owner_test_true(self):
|
||||||
'''
|
'''
|
||||||
@ -145,10 +144,10 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'owner': 'Administrators'},
|
'changes': {'owner': 'Administrators'},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': None}
|
'result': None}
|
||||||
with patch.dict(win_dacl.__opts__, {'test': True}):
|
with patch.dict(win_dacl.__opts__, {'test': True}):
|
||||||
ret = win_file.check_perms(path=self.temp_file.name,
|
ret = win_file.check_perms(path=self.temp_file,
|
||||||
owner='Administrators',
|
owner='Administrators',
|
||||||
inheritance=None)
|
inheritance=None)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
@ -159,9 +158,9 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'owner': 'Administrators'},
|
'changes': {'owner': 'Administrators'},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': True}
|
'result': True}
|
||||||
ret = win_file.check_perms(path=self.temp_file.name,
|
ret = win_file.check_perms(path=self.temp_file,
|
||||||
owner='Administrators',
|
owner='Administrators',
|
||||||
inheritance=None)
|
inheritance=None)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
@ -172,11 +171,11 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'perms': {'Users': {'deny': 'read_execute'}}},
|
'changes': {'perms': {'Users': {'deny': 'read_execute'}}},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': None}
|
'result': None}
|
||||||
with patch.dict(win_dacl.__opts__, {'test': True}):
|
with patch.dict(win_dacl.__opts__, {'test': True}):
|
||||||
ret = win_file.check_perms(
|
ret = win_file.check_perms(
|
||||||
path=self.temp_file.name,
|
path=self.temp_file,
|
||||||
deny_perms={'Users': {'perms': 'read_execute'}},
|
deny_perms={'Users': {'perms': 'read_execute'}},
|
||||||
inheritance=None)
|
inheritance=None)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
@ -187,10 +186,10 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'perms': {'Users': {'deny': 'read_execute'}}},
|
'changes': {'perms': {'Users': {'deny': 'read_execute'}}},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': True}
|
'result': True}
|
||||||
ret = win_file.check_perms(
|
ret = win_file.check_perms(
|
||||||
path=self.temp_file.name,
|
path=self.temp_file,
|
||||||
deny_perms={'Users': {'perms': 'read_execute'}},
|
deny_perms={'Users': {'perms': 'read_execute'}},
|
||||||
inheritance=None)
|
inheritance=None)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
@ -201,11 +200,11 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'perms': {'Users': {'grant': 'read_execute'}}},
|
'changes': {'perms': {'Users': {'grant': 'read_execute'}}},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': None}
|
'result': None}
|
||||||
with patch.dict(win_dacl.__opts__, {'test': True}):
|
with patch.dict(win_dacl.__opts__, {'test': True}):
|
||||||
ret = win_file.check_perms(
|
ret = win_file.check_perms(
|
||||||
path=self.temp_file.name,
|
path=self.temp_file,
|
||||||
grant_perms={'Users': {'perms': 'read_execute'}},
|
grant_perms={'Users': {'perms': 'read_execute'}},
|
||||||
inheritance=None)
|
inheritance=None)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
@ -216,10 +215,10 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'perms': {'Users': {'grant': 'read_execute'}}},
|
'changes': {'perms': {'Users': {'grant': 'read_execute'}}},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': True}
|
'result': True}
|
||||||
ret = win_file.check_perms(
|
ret = win_file.check_perms(
|
||||||
path=self.temp_file.name,
|
path=self.temp_file,
|
||||||
grant_perms={'Users': {'perms': 'read_execute'}},
|
grant_perms={'Users': {'perms': 'read_execute'}},
|
||||||
inheritance=None)
|
inheritance=None)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
@ -230,10 +229,10 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'inheritance': False},
|
'changes': {'inheritance': False},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': None}
|
'result': None}
|
||||||
with patch.dict(win_dacl.__opts__, {'test': True}):
|
with patch.dict(win_dacl.__opts__, {'test': True}):
|
||||||
ret = win_file.check_perms(path=self.temp_file.name,
|
ret = win_file.check_perms(path=self.temp_file,
|
||||||
inheritance=False)
|
inheritance=False)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
|
|
||||||
@ -243,9 +242,9 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {'inheritance': False},
|
'changes': {'inheritance': False},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': True}
|
'result': True}
|
||||||
ret = win_file.check_perms(path=self.temp_file.name,
|
ret = win_file.check_perms(path=self.temp_file,
|
||||||
inheritance=False)
|
inheritance=False)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
|
|
||||||
@ -255,9 +254,9 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'''
|
'''
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
'changes': {},
|
'changes': {},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': True}
|
'result': True}
|
||||||
ret = win_file.check_perms(path=self.temp_file.name,
|
ret = win_file.check_perms(path=self.temp_file,
|
||||||
inheritance=True)
|
inheritance=True)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
|
|
||||||
@ -266,11 +265,11 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
Test resetting perms with test=True. This shows minimal changes
|
Test resetting perms with test=True. This shows minimal changes
|
||||||
'''
|
'''
|
||||||
# Turn off inheritance
|
# Turn off inheritance
|
||||||
salt.utils.win_dacl.set_inheritance(obj_name=self.temp_file.name,
|
salt.utils.win_dacl.set_inheritance(obj_name=self.temp_file,
|
||||||
enabled=False,
|
enabled=False,
|
||||||
clear=True)
|
clear=True)
|
||||||
# Set some permissions
|
# Set some permissions
|
||||||
salt.utils.win_dacl.set_permissions(obj_name=self.temp_file.name,
|
salt.utils.win_dacl.set_permissions(obj_name=self.temp_file,
|
||||||
principal='Administrator',
|
principal='Administrator',
|
||||||
permissions='full_control')
|
permissions='full_control')
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
@ -282,11 +281,11 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'Administrator': {
|
'Administrator': {
|
||||||
'grant': {'applies to': 'Not Inherited (file)',
|
'grant': {'applies to': 'Not Inherited (file)',
|
||||||
'permissions': 'Full control'}}}},
|
'permissions': 'Full control'}}}},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': None}
|
'result': None}
|
||||||
with patch.dict(win_dacl.__opts__, {'test': True}):
|
with patch.dict(win_dacl.__opts__, {'test': True}):
|
||||||
ret = win_file.check_perms(
|
ret = win_file.check_perms(
|
||||||
path=self.temp_file.name,
|
path=self.temp_file,
|
||||||
grant_perms={'Users': {'perms': 'read_execute'},
|
grant_perms={'Users': {'perms': 'read_execute'},
|
||||||
'Administrators': {'perms': 'full_control'}},
|
'Administrators': {'perms': 'full_control'}},
|
||||||
inheritance=False,
|
inheritance=False,
|
||||||
@ -298,11 +297,11 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
Test resetting perms on a File
|
Test resetting perms on a File
|
||||||
'''
|
'''
|
||||||
# Turn off inheritance
|
# Turn off inheritance
|
||||||
salt.utils.win_dacl.set_inheritance(obj_name=self.temp_file.name,
|
salt.utils.win_dacl.set_inheritance(obj_name=self.temp_file,
|
||||||
enabled=False,
|
enabled=False,
|
||||||
clear=True)
|
clear=True)
|
||||||
# Set some permissions
|
# Set some permissions
|
||||||
salt.utils.win_dacl.set_permissions(obj_name=self.temp_file.name,
|
salt.utils.win_dacl.set_permissions(obj_name=self.temp_file,
|
||||||
principal='Administrator',
|
principal='Administrator',
|
||||||
permissions='full_control')
|
permissions='full_control')
|
||||||
expected = {'comment': '',
|
expected = {'comment': '',
|
||||||
@ -314,43 +313,18 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
'Administrator': {
|
'Administrator': {
|
||||||
'grant': {'applies to': 'Not Inherited (file)',
|
'grant': {'applies to': 'Not Inherited (file)',
|
||||||
'permissions': 'Full control'}}}},
|
'permissions': 'Full control'}}}},
|
||||||
'name': self.temp_file.name,
|
'name': self.temp_file,
|
||||||
'result': True}
|
'result': True}
|
||||||
ret = win_file.check_perms(
|
ret = win_file.check_perms(
|
||||||
path=self.temp_file.name,
|
path=self.temp_file,
|
||||||
grant_perms={'Users': {'perms': 'read_execute'},
|
grant_perms={'Users': {'perms': 'read_execute'},
|
||||||
'Administrators': {'perms': 'full_control'}},
|
'Administrators': {'perms': 'full_control'}},
|
||||||
inheritance=False,
|
inheritance=False,
|
||||||
reset=True)
|
reset=True)
|
||||||
self.assertDictEqual(expected, ret)
|
self.assertDictEqual(expected, ret)
|
||||||
|
|
||||||
def test_issue_52002_check_file_remove_symlink(self):
|
|
||||||
'''
|
|
||||||
Make sure that directories including symlinks or symlinks can be removed
|
|
||||||
'''
|
|
||||||
base = temp.dir(prefix='base-')
|
|
||||||
target = os.path.join(base, 'child 1', 'target\\')
|
|
||||||
symlink = os.path.join(base, 'child 2', 'link')
|
|
||||||
try:
|
|
||||||
# Create environment
|
|
||||||
self.assertFalse(win_file.directory_exists(target))
|
|
||||||
self.assertFalse(win_file.directory_exists(symlink))
|
|
||||||
self.assertTrue(win_file.makedirs_(target))
|
|
||||||
self.assertTrue(win_file.makedirs_(symlink))
|
|
||||||
self.assertTrue(win_file.symlink(target, symlink))
|
|
||||||
self.assertTrue(win_file.directory_exists(symlink))
|
|
||||||
self.assertTrue(win_file.is_link(symlink))
|
|
||||||
# Test removal of directory containing symlink
|
|
||||||
self.assertTrue(win_file.remove(base))
|
|
||||||
self.assertFalse(win_file.directory_exists(base))
|
|
||||||
finally:
|
|
||||||
if os.path.exists(base):
|
|
||||||
win_file.remove(base)
|
|
||||||
|
|
||||||
def test_stat(self):
|
def test_stat(self):
|
||||||
sys.getwindowsversion = MagicMock(name='getwindowsversion')
|
|
||||||
with patch('os.path.exists', MagicMock(return_value=True)), \
|
with patch('os.path.exists', MagicMock(return_value=True)), \
|
||||||
patch('sys.getwindowsversion', MagicMock(return_value=winver)), \
|
|
||||||
patch('salt.modules.win_file._resolve_symlink', MagicMock(side_effect=lambda path: path)), \
|
patch('salt.modules.win_file._resolve_symlink', MagicMock(side_effect=lambda path: path)), \
|
||||||
patch('salt.modules.win_file.get_uid', MagicMock(return_value=1)), \
|
patch('salt.modules.win_file.get_uid', MagicMock(return_value=1)), \
|
||||||
patch('salt.modules.win_file.uid_to_user', MagicMock(return_value='dummy')), \
|
patch('salt.modules.win_file.uid_to_user', MagicMock(return_value='dummy')), \
|
||||||
|
Loading…
Reference in New Issue
Block a user