mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Take into account the packaging requirements for windows
This commit is contained in:
parent
ff63ae48f7
commit
b9618f6fa6
11 changed files with 339 additions and 148 deletions
|
@ -33,12 +33,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -73,12 +75,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -170,12 +174,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -212,12 +218,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -271,12 +279,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -313,12 +323,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -372,12 +384,14 @@ repos:
|
||||||
- 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
|
||||||
|
@ -414,12 +428,14 @@ repos:
|
||||||
- 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,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
|
||||||
|
|
|
@ -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,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,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,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,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,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,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,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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue