mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
RAET is now deprecated
This commit is contained in:
parent
aa30918cbb
commit
546a9511be
63 changed files with 2 additions and 7492 deletions
|
@ -48,51 +48,6 @@ repos:
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py2.7-raet-requirements
|
|
||||||
name: Linux Py2.7 RAET Requirements
|
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=2.7
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-osx-py2.7-raet-requirements
|
|
||||||
name: OSX Py2.7 RAET Requirements
|
|
||||||
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=2.7
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --platform=darwin
|
|
||||||
- --include=pkg/osx/req.txt
|
|
||||||
- --include=pkg/osx/req_ext.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-windows-py2.7-raet-requirements
|
|
||||||
name: Windows Py2.7 RAET Requirements
|
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=2.7
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --platform=windows
|
|
||||||
- --include=pkg/windows/req.txt
|
|
||||||
- --include=pkg/windows/req_win.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-lint-py2.7-requirements
|
alias: compile-lint-py2.7-requirements
|
||||||
|
@ -126,21 +81,6 @@ repos:
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py3.4-raet-requirements
|
|
||||||
name: Linux Py3.4 RAET Requirements
|
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.4
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.4-requirements
|
alias: compile-cloud-py3.4-requirements
|
||||||
|
@ -195,54 +135,6 @@ repos:
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py3.5-raet-requirements
|
|
||||||
name: Linux Py3.5 RAET Requirements
|
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.5
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-osx-py3.5-raet-requirements
|
|
||||||
name: OSX Py3.5 RAET Requirements
|
|
||||||
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.5
|
|
||||||
- --platform=darwin
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=pkg/osx/req.txt
|
|
||||||
- --include=pkg/osx/req_ext.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-windows-py3.5-raet-requirements
|
|
||||||
name: Windows Py3.5 RAET Requirements
|
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.5
|
|
||||||
- --platform=windows
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=pkg/windows/req.txt
|
|
||||||
- --include=pkg/windows/req_win.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.5-requirements
|
alias: compile-cloud-py3.5-requirements
|
||||||
|
@ -306,54 +198,6 @@ repos:
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py3.6-raet-requirements
|
|
||||||
name: Linux Py3.6 RAET Requirements
|
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.6
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-osx-py3.6-raet-requirements
|
|
||||||
name: OSX Py3.6 RAET Requirements
|
|
||||||
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.6
|
|
||||||
- --platform=darwin
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=pkg/osx/req.txt
|
|
||||||
- --include=pkg/osx/req_ext.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-windows-py3.6-raet-requirements
|
|
||||||
name: Windows Py3.6 RAET Requirements
|
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.6
|
|
||||||
- --platform=windows
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=pkg/windows/req.txt
|
|
||||||
- --include=pkg/windows/req_win.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.6-requirements
|
alias: compile-cloud-py3.6-requirements
|
||||||
|
@ -417,54 +261,6 @@ repos:
|
||||||
- --include=requirements/zeromq.txt
|
- --include=requirements/zeromq.txt
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
- --remove-line=^pycrypto==(.*)$
|
- --remove-line=^pycrypto==(.*)$
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-linux-py3.7-raet-requirements
|
|
||||||
name: Linux Py3.7 RAET Requirements
|
|
||||||
files: ^requirements/((base|raet|pytest)\.txt|static/(.*)\.in)$
|
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|osx|windows)\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.7
|
|
||||||
- --platform=linux
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-osx-py3.7-raet-requirements
|
|
||||||
name: OSX Py3.7 RAET Requirements
|
|
||||||
files: ^(pkg/osx/(req|req_ext)\.txt|requirements/((base|raet|pytest)\.txt|static/osx\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.7
|
|
||||||
- --platform=darwin
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=pkg/osx/req.txt
|
|
||||||
- --include=pkg/osx/req_ext.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-windows-py3.7-raet-requirements
|
|
||||||
name: Windows Py3.7 RAET Requirements
|
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|raet|pytest)\.txt|static/windows\.in))$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.7
|
|
||||||
- --platform=windows
|
|
||||||
- --out-prefix=raet
|
|
||||||
- --include=pkg/windows/req.txt
|
|
||||||
- --include=pkg/windows/req_win.txt
|
|
||||||
- --include=requirements/base.txt
|
|
||||||
- --include=requirements/raet.txt
|
|
||||||
- --include=requirements/pytest.txt
|
|
||||||
- --remove-line=^pycrypto==(.*)$
|
|
||||||
- --remove-line=^enum34==(.*)$
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.7-requirements
|
alias: compile-cloud-py3.7-requirements
|
||||||
|
|
94
noxfile.py
94
noxfile.py
|
@ -192,11 +192,6 @@ def _install_requirements(session, transport, *extra_requirements):
|
||||||
pydir,
|
pydir,
|
||||||
'{}-windows.txt'.format(transport))
|
'{}-windows.txt'.format(transport))
|
||||||
if os.path.exists(_distro_requirements):
|
if os.path.exists(_distro_requirements):
|
||||||
if transport == 'raet':
|
|
||||||
# Because we still install ioflo, which requires setuptools-git, which fails with a
|
|
||||||
# weird SSL certificate issue(weird because the requirements file requirements install
|
|
||||||
# fine), let's previously have setuptools-git installed
|
|
||||||
session.install('--progress-bar=off', 'setuptools-git', silent=PIP_INSTALL_SILENT)
|
|
||||||
distro_requirements = _distro_requirements
|
distro_requirements = _distro_requirements
|
||||||
else:
|
else:
|
||||||
_install_system_packages(session)
|
_install_system_packages(session)
|
||||||
|
@ -365,7 +360,7 @@ def _runtests(session, coverage, cmd_args):
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-parametrized')
|
@nox.session(python=_PYTHON_VERSIONS, name='runtests-parametrized')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
@nox.parametrize('transport', ['zeromq', 'raet', 'tcp'])
|
@nox.parametrize('transport', ['zeromq', 'tcp'])
|
||||||
@nox.parametrize('crypto', [None, 'm2crypto', 'pycryptodomex'])
|
@nox.parametrize('crypto', [None, 'm2crypto', 'pycryptodomex'])
|
||||||
def runtests_parametrized(session, coverage, transport, crypto):
|
def runtests_parametrized(session, coverage, transport, crypto):
|
||||||
# Install requirements
|
# Install requirements
|
||||||
|
@ -429,20 +424,6 @@ def runtests_zeromq(session, coverage):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-raet')
|
|
||||||
@nox.parametrize('coverage', [False, True])
|
|
||||||
def runtests_raet(session, coverage):
|
|
||||||
'''
|
|
||||||
runtests.py session with raet transport and default crypto
|
|
||||||
'''
|
|
||||||
session.notify(
|
|
||||||
'runtests-parametrized-{}(coverage={}, crypto=None, transport=\'raet\')'.format(
|
|
||||||
session.python,
|
|
||||||
coverage
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-m2crypto')
|
@nox.session(python=_PYTHON_VERSIONS, name='runtests-m2crypto')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
def runtests_m2crypto(session, coverage):
|
def runtests_m2crypto(session, coverage):
|
||||||
|
@ -485,20 +466,6 @@ def runtests_zeromq_m2crypto(session, coverage):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-raet-m2crypto')
|
|
||||||
@nox.parametrize('coverage', [False, True])
|
|
||||||
def runtests_raet_m2crypto(session, coverage):
|
|
||||||
'''
|
|
||||||
runtests.py session with raet transport and m2crypto
|
|
||||||
'''
|
|
||||||
session.notify(
|
|
||||||
'runtests-parametrized-{}(coverage={}, crypto=\'m2crypto\', transport=\'raet\')'.format(
|
|
||||||
session.python,
|
|
||||||
coverage
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-pycryptodomex')
|
@nox.session(python=_PYTHON_VERSIONS, name='runtests-pycryptodomex')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
def runtests_pycryptodomex(session, coverage):
|
def runtests_pycryptodomex(session, coverage):
|
||||||
|
@ -541,20 +508,6 @@ def runtests_zeromq_pycryptodomex(session, coverage):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-raet-pycryptodomex')
|
|
||||||
@nox.parametrize('coverage', [False, True])
|
|
||||||
def runtests_raet_pycryptodomex(session, coverage):
|
|
||||||
'''
|
|
||||||
runtests.py session with raet transport and pycryptodomex
|
|
||||||
'''
|
|
||||||
session.notify(
|
|
||||||
'runtests-parametrized-{}(coverage={}, crypto=\'pycryptodomex\', transport=\'raet\')'.format(
|
|
||||||
session.python,
|
|
||||||
coverage
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='runtests-cloud')
|
@nox.session(python=_PYTHON_VERSIONS, name='runtests-cloud')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
def runtests_cloud(session, coverage):
|
def runtests_cloud(session, coverage):
|
||||||
|
@ -593,7 +546,7 @@ def runtests_tornado(session, coverage):
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-parametrized')
|
@nox.session(python=_PYTHON_VERSIONS, name='pytest-parametrized')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
@nox.parametrize('transport', ['zeromq', 'raet', 'tcp'])
|
@nox.parametrize('transport', ['zeromq', 'tcp'])
|
||||||
@nox.parametrize('crypto', [None, 'm2crypto', 'pycryptodomex'])
|
@nox.parametrize('crypto', [None, 'm2crypto', 'pycryptodomex'])
|
||||||
def pytest_parametrized(session, coverage, transport, crypto):
|
def pytest_parametrized(session, coverage, transport, crypto):
|
||||||
# Install requirements
|
# Install requirements
|
||||||
|
@ -661,20 +614,6 @@ def pytest_zeromq(session, coverage):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-raet')
|
|
||||||
@nox.parametrize('coverage', [False, True])
|
|
||||||
def pytest_raet(session, coverage):
|
|
||||||
'''
|
|
||||||
pytest session with raet transport and default crypto
|
|
||||||
'''
|
|
||||||
session.notify(
|
|
||||||
'pytest-parametrized-{}(coverage={}, crypto=None, transport=\'raet\')'.format(
|
|
||||||
session.python,
|
|
||||||
coverage
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-m2crypto')
|
@nox.session(python=_PYTHON_VERSIONS, name='pytest-m2crypto')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
def pytest_m2crypto(session, coverage):
|
def pytest_m2crypto(session, coverage):
|
||||||
|
@ -717,20 +656,6 @@ def pytest_zeromq_m2crypto(session, coverage):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-raet-m2crypto')
|
|
||||||
@nox.parametrize('coverage', [False, True])
|
|
||||||
def pytest_raet_m2crypto(session, coverage):
|
|
||||||
'''
|
|
||||||
pytest session with raet transport and m2crypto
|
|
||||||
'''
|
|
||||||
session.notify(
|
|
||||||
'pytest-parametrized-{}(coverage={}, crypto=\'m2crypto\', transport=\'raet\')'.format(
|
|
||||||
session.python,
|
|
||||||
coverage
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-pycryptodomex')
|
@nox.session(python=_PYTHON_VERSIONS, name='pytest-pycryptodomex')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
def pytest_pycryptodomex(session, coverage):
|
def pytest_pycryptodomex(session, coverage):
|
||||||
|
@ -773,20 +698,6 @@ def pytest_zeromq_pycryptodomex(session, coverage):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-raet-pycryptodomex')
|
|
||||||
@nox.parametrize('coverage', [False, True])
|
|
||||||
def pytest_raet_pycryptodomex(session, coverage):
|
|
||||||
'''
|
|
||||||
pytest session with raet transport and pycryptodomex
|
|
||||||
'''
|
|
||||||
session.notify(
|
|
||||||
'pytest-parametrized-{}(coverage={}, crypto=\'pycryptodomex\', transport=\'raet\')'.format(
|
|
||||||
session.python,
|
|
||||||
coverage
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@nox.session(python=_PYTHON_VERSIONS, name='pytest-cloud')
|
@nox.session(python=_PYTHON_VERSIONS, name='pytest-cloud')
|
||||||
@nox.parametrize('coverage', [False, True])
|
@nox.parametrize('coverage', [False, True])
|
||||||
def pytest_cloud(session, coverage):
|
def pytest_cloud(session, coverage):
|
||||||
|
@ -851,7 +762,6 @@ def _pytest(session, coverage, cmd_args):
|
||||||
|
|
||||||
def _lint(session, rcfile, flags, paths):
|
def _lint(session, rcfile, flags, paths):
|
||||||
_install_requirements(session, 'zeromq')
|
_install_requirements(session, 'zeromq')
|
||||||
_install_requirements(session, 'raet')
|
|
||||||
session.install('--progress-bar=off', '-r', 'requirements/static/{}/lint.txt'.format(_get_pydir(session)), silent=PIP_INSTALL_SILENT)
|
session.install('--progress-bar=off', '-r', 'requirements/static/{}/lint.txt'.format(_get_pydir(session)), silent=PIP_INSTALL_SILENT)
|
||||||
session.run('pylint', '--version')
|
session.run('pylint', '--version')
|
||||||
pylint_report_path = os.environ.get('PYLINT_REPORT')
|
pylint_report_path = os.environ.get('PYLINT_REPORT')
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
-r base.txt
|
|
||||||
|
|
||||||
libnacl>=1.0.0
|
|
||||||
ioflo>=1.1.7
|
|
||||||
raet>=0.6.0
|
|
|
@ -1,126 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-amzn-2.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/amzn-2.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,127 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-amzn-2018.03.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/amzn-2018.03.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb==0.6.4 # via gitpython
|
|
||||||
gitpython==2.0.8
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap==0.9.0 # via gitdb
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-arch.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/arch.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,128 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-centos-6.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/centos-6.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb==0.6.4 # via gitpython
|
|
||||||
gitpython==2.0.8
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap==0.9.0 # via gitdb
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,127 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-centos-7.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/centos-7.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,126 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-debian-8.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-8.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,126 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-debian-9.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-9.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,128 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-fedora-29.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-29.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,128 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-fedora-30.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-30.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-opensuse-leap-15.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/opensuse-leap-15.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
hgtools==8.1.1
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
setproctitle==1.1.10
|
|
||||||
setuptools-scm==3.2.0
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,141 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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.4.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
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.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
click==7.0
|
|
||||||
clustershell==1.8.1
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitdb==0.6.4
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
linode-python==1.1.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock, pylxd
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pylxd==2.2.9
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
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
|
|
||||||
smmap==0.9.0
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
|
||||||
virtualenv==16.4.3
|
|
||||||
vultr==1.0.1
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
ws4py==0.5.1 # via pylxd
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
yamlordereddictloader==0.4.0
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
||||||
# Passthrough dependencies from pkg/osx/req.txt
|
|
||||||
pyobjc==5.1.2
|
|
|
@ -1,126 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-ubuntu-16.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-16.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,126 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py2.7/raet-ubuntu-18.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-18.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot, jaraco.functools
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
backports.tempfile==1.0 # via moto
|
|
||||||
backports.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6 # via cryptography, raet
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
futures==3.2.0 ; python_version < "3.0"
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via cryptography, docker, kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,131 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
#
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
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.weakref==1.0.post1 # via backports.tempfile
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
colorama==0.4.1 # via pytest
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
cookies==2.2.1 # via responses
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
cryptography==2.6.1
|
|
||||||
dmidecode==0.9.0
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==2.7.0
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
enum34==1.1.6
|
|
||||||
funcsigs==1.0.2 # via mock, pytest
|
|
||||||
functools32==3.2.3.post2 # via jsonschema
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
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
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ioloop==0.1a0
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.0
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
meld3==1.0.2 # via supervisor
|
|
||||||
mock==3.0.5 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
patch==1.16
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1 # via python-jose
|
|
||||||
pycryptodomex==3.8.1
|
|
||||||
pycurl==7.43.0.2
|
|
||||||
pygit2==0.28.2
|
|
||||||
pymysql==0.9.3
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pythonnet==2.3.0
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pywin32==224
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
sed==0.3.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, 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
|
|
||||||
supervisor==3.3.5 ; python_version < "3"
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version < "3"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wheel==0.33.4
|
|
||||||
wmi==1.4.9
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-amzn-2.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/amzn-2.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,110 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-arch.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/arch.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,120 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-centos-7.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/centos-7.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-debian-8.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-8.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-debian-9.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-9.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,121 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-fedora-29.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-29.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,121 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-fedora-30.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-30.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,112 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-opensuse-leap-15.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/opensuse-leap-15.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
hgtools==8.1.1
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
setproctitle==1.1.10
|
|
||||||
setuptools-scm==3.2.0
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-ubuntu-16.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-16.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.4/raet-ubuntu-18.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-18.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via docker, websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scandir==1.10.0 # via pathlib2
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
selectors2==2.0.1 # via ncclient
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-amzn-2.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/amzn-2.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,109 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-arch.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/arch.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-centos-7.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/centos-7.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-debian-8.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-8.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-debian-9.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-9.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-fedora-29.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-29.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-fedora-30.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-30.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,111 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-opensuse-leap-15.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/opensuse-leap-15.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
hgtools==8.1.1
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
setuptools-scm==3.2.0
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,132 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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.4.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl_match_hostname==3.7.0.1
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
click==7.0
|
|
||||||
clustershell==1.8.1
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitdb==0.6.4
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
linode-python==1.1.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock, pylxd
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pylxd==2.2.9
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
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
|
|
||||||
smmap==0.9.0
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
|
||||||
virtualenv==16.4.3
|
|
||||||
vultr==1.0.1
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
ws4py==0.5.1 # via pylxd
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
yamlordereddictloader==0.4.0
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
||||||
# Passthrough dependencies from pkg/osx/req.txt
|
|
||||||
pyobjc==5.1.2
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-ubuntu-16.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-16.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.5/raet-ubuntu-18.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-18.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pathlib2, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,123 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
#
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
colorama==0.4.1 # via pytest
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
cryptography==2.6.1
|
|
||||||
dmidecode==0.9.0
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==2.7.0
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6
|
|
||||||
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
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ioloop==0.1a0
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.0
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 ; python_version < "3.6"
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
patch==1.16
|
|
||||||
pathlib2==2.3.3 # via pytest
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1 # via python-jose
|
|
||||||
pycryptodomex==3.8.1
|
|
||||||
pycurl==7.43.0.2
|
|
||||||
pygit2==0.28.2
|
|
||||||
pymysql==0.9.3
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pythonnet==2.3.0
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pywin32==224
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
sed==0.3.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pathlib2, pygit2, 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
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wheel==0.33.4
|
|
||||||
wmi==1.4.9
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,116 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-amzn-2.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/amzn-2.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,108 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-arch.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/arch.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,117 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-centos-7.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/centos-7.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,116 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-debian-8.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-8.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,116 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-debian-9.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-9.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-fedora-29.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-29.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-fedora-30.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-30.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,110 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-opensuse-leap-15.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/opensuse-leap-15.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
hgtools==8.1.1
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
setuptools-scm==3.2.0
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,131 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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.4.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl_match_hostname==3.7.0.1
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
click==7.0
|
|
||||||
clustershell==1.8.1
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitdb==0.6.4
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
linode-python==1.1.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock, pylxd
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pylxd==2.2.9
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
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
|
|
||||||
smmap==0.9.0
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
|
||||||
virtualenv==16.4.3
|
|
||||||
vultr==1.0.1
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
ws4py==0.5.1 # via pylxd
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
yamlordereddictloader==0.4.0
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
||||||
# Passthrough dependencies from pkg/osx/req.txt
|
|
||||||
pyobjc==5.1.2
|
|
|
@ -1,116 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-ubuntu-16.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-16.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,116 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.6/raet-ubuntu-18.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-18.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.1.2 ; python_version < "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,122 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
#
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
colorama==0.4.1 # via pytest
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
cryptography==2.6.1
|
|
||||||
dmidecode==0.9.0
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==2.7.0
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6
|
|
||||||
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
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ioloop==0.1a0
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.0
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
patch==1.16
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1 # via python-jose
|
|
||||||
pycryptodomex==3.8.1
|
|
||||||
pycurl==7.43.0.2
|
|
||||||
pygit2==0.28.2
|
|
||||||
pymysql==0.9.3
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pythonnet==2.3.0
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pywin32==224
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
sed==0.3.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pygit2, 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
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wheel==0.33.4
|
|
||||||
wmi==1.4.9
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-amzn-2.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/amzn-2.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.2.3 ; python_version >= "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,108 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-arch.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/arch.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,119 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-centos-7.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/centos-7.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
kazoo==2.6.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.2.3 ; python_version >= "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kazoo, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-debian-8.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-8.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.2.3 ; python_version >= "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-debian-9.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/debian-9.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.2.3 ; python_version >= "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-fedora-29.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-29.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-fedora-30.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/fedora-30.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,110 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-opensuse-leap-15.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/opensuse-leap-15.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
hgtools==8.1.1
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
setuptools-scm==3.2.0
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pygit2, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,131 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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.4.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl_match_hostname==3.7.0.1
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
click==7.0
|
|
||||||
clustershell==1.8.1
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitdb==0.6.4
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
linode-python==1.1.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.4.2 # via junos-eznc, ncclient, scp
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock, pylxd
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pylxd==2.2.9
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests-toolbelt==0.9.1 # via pylxd
|
|
||||||
requests-unixsocket==0.1.5 # via pylxd
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
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
|
|
||||||
smmap==0.9.0
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests, requests-unixsocket
|
|
||||||
virtualenv==16.4.3
|
|
||||||
vultr==1.0.1
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
ws4py==0.5.1 # via pylxd
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
yamlordereddictloader==0.4.0
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
||||||
# Passthrough dependencies from pkg/osx/req.txt
|
|
||||||
pyobjc==5.1.2
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-ubuntu-16.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-16.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.2.3 ; python_version >= "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,118 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.7/raet-ubuntu-18.04.txt -v requirements/base.txt requirements/raet.txt requirements/pytest.txt requirements/static/ubuntu-18.04.in
|
|
||||||
#
|
|
||||||
apache-libcloud==2.0.0
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5 # via tornado
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1 # via websocket-client
|
|
||||||
bcrypt==3.1.6 # via paramiko
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9 # via kubernetes, requests, tornado
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.4 # via cherrypy
|
|
||||||
cherrypy==17.3.0
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
croniter==0.3.29
|
|
||||||
cryptography==2.6.1 # via moto, paramiko, pyopenssl
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==3.7.2
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6 # via raet
|
|
||||||
future==0.17.1 # via python-jose
|
|
||||||
gitdb2==2.0.5 # via gitpython
|
|
||||||
gitpython==2.1.11
|
|
||||||
google-auth==1.6.3 # via kubernetes
|
|
||||||
idna==2.8 # via requests
|
|
||||||
ioflo==1.7.5
|
|
||||||
ipaddress==1.0.22 # via kubernetes
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
junos-eznc==2.2.0
|
|
||||||
jxmlease==1.0.1
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.3 # via junos-eznc, ncclient
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
ncclient==0.6.4 # via junos-eznc
|
|
||||||
netaddr==0.7.19 # via junos-eznc
|
|
||||||
paramiko==2.2.3 ; python_version >= "3.7"
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5 # via paramiko, pyasn1-modules, rsa
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pycryptodome==3.8.1
|
|
||||||
pygit2==0.28.2
|
|
||||||
pyinotify==0.9.6
|
|
||||||
pynacl==1.3.0 # via paramiko
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pyserial==3.4 # via junos-eznc
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0 # via botocore, croniter, kubernetes, moto
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pyyaml==3.13
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
scp==0.13.2 # via junos-eznc
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3 # via tornado
|
|
||||||
six==1.12.0 # via bcrypt, cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, junos-eznc, kubernetes, mock, more-itertools, moto, ncclient, pygit2, pynacl, pyopenssl, pytest, python-dateutil, python-jose, pyvmomi, raet, responses, salttesting, singledispatch, tempora, websocket-client
|
|
||||||
smmap2==2.0.5 # via gitdb2
|
|
||||||
strict-rfc3339==0.7
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
|
@ -1,122 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
#
|
|
||||||
argh==0.26.2 # via watchdog
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
atomicwrites==1.3.0 # via pytest
|
|
||||||
attrs==19.1.0 # via pytest
|
|
||||||
aws-xray-sdk==0.95 # via moto
|
|
||||||
backports-abc==0.5
|
|
||||||
backports.functools-lru-cache==1.5 # via cheroot
|
|
||||||
backports.ssl-match-hostname==3.7.0.1
|
|
||||||
boto3==1.9.132
|
|
||||||
boto==2.49.0
|
|
||||||
botocore==1.12.132 # via boto3, moto, s3transfer
|
|
||||||
cachetools==3.1.0 # via google-auth
|
|
||||||
certifi==2019.3.9
|
|
||||||
cffi==1.12.2
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cheroot==6.5.5 # via cherrypy
|
|
||||||
cherrypy==17.4.1
|
|
||||||
colorama==0.4.1 # via pytest
|
|
||||||
contextlib2==0.5.5 # via cherrypy
|
|
||||||
coverage==4.5.3 # via pytest-cov
|
|
||||||
cryptography==2.6.1
|
|
||||||
dmidecode==0.9.0
|
|
||||||
dnspython==1.16.0
|
|
||||||
docker-pycreds==0.4.0 # via docker
|
|
||||||
docker==2.7.0
|
|
||||||
docutils==0.14 # via botocore
|
|
||||||
ecdsa==0.13.2 # via python-jose
|
|
||||||
# Next line explicitly commented out by pip-tools-compile because of the following regex: '^enum34==(.*)$'
|
|
||||||
# enum34==1.1.6
|
|
||||||
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
|
|
||||||
idna==2.8
|
|
||||||
ioflo==1.7.5
|
|
||||||
ioloop==0.1a0
|
|
||||||
ipaddress==1.0.22
|
|
||||||
jaraco.functools==2.0 # via tempora
|
|
||||||
jinja2==2.10.1
|
|
||||||
jmespath==0.9.4 # via boto3, botocore
|
|
||||||
jsondiff==1.1.1 # via moto
|
|
||||||
jsonpickle==1.1 # via aws-xray-sdk
|
|
||||||
jsonschema==2.6.0
|
|
||||||
keyring==5.7.1
|
|
||||||
kubernetes==3.0.0
|
|
||||||
libnacl==1.6.1
|
|
||||||
lxml==4.3.0
|
|
||||||
mako==1.0.7
|
|
||||||
markupsafe==1.1.1
|
|
||||||
mock==2.0.0 # via moto
|
|
||||||
more-itertools==5.0.0
|
|
||||||
moto==1.3.7
|
|
||||||
msgpack-python==0.5.6
|
|
||||||
msgpack==0.6.1
|
|
||||||
patch==1.16
|
|
||||||
pathtools==0.1.2 # via watchdog
|
|
||||||
pbr==5.1.3 # via mock
|
|
||||||
pluggy==0.9.0 # via pytest
|
|
||||||
portend==2.4 # via cherrypy
|
|
||||||
psutil==5.6.1
|
|
||||||
py==1.8.0 # via pytest
|
|
||||||
pyaml==19.4.1 # via moto
|
|
||||||
pyasn1-modules==0.2.4 # via google-auth
|
|
||||||
pyasn1==0.4.5
|
|
||||||
pycparser==2.19
|
|
||||||
pycryptodome==3.8.1 # via python-jose
|
|
||||||
pycryptodomex==3.8.1
|
|
||||||
pycurl==7.43.0.2
|
|
||||||
pygit2==0.28.2
|
|
||||||
pymysql==0.9.3
|
|
||||||
pyopenssl==19.0.0
|
|
||||||
pytest-cov==2.6.1
|
|
||||||
pytest-helpers-namespace==2019.1.8
|
|
||||||
pytest-salt-runtests-bridge==2019.1.30
|
|
||||||
pytest-salt==2018.12.8
|
|
||||||
pytest-tempdir==2018.8.11
|
|
||||||
pytest-timeout==1.3.3
|
|
||||||
pytest==4.4.1
|
|
||||||
python-dateutil==2.8.0
|
|
||||||
python-etcd==0.4.5
|
|
||||||
python-gnupg==0.4.4
|
|
||||||
python-jose==2.0.2 # via moto
|
|
||||||
pythonnet==2.3.0
|
|
||||||
pytz==2019.1 # via moto, tempora
|
|
||||||
pyvmomi==6.7.1.2018.12
|
|
||||||
pywin32==224
|
|
||||||
pyyaml==3.13
|
|
||||||
pyzmq==18.0.1
|
|
||||||
raet==0.6.8
|
|
||||||
requests==2.21.0
|
|
||||||
responses==0.10.6 # via moto
|
|
||||||
rfc3987==1.3.8
|
|
||||||
rsa==4.0 # via google-auth
|
|
||||||
s3transfer==0.2.0 # via boto3
|
|
||||||
salttesting==2017.6.1
|
|
||||||
sed==0.3.1
|
|
||||||
setproctitle==1.1.10
|
|
||||||
singledispatch==3.4.0.3
|
|
||||||
six==1.12.0 # via cheroot, cherrypy, cryptography, docker, docker-pycreds, google-auth, kubernetes, mock, more-itertools, moto, pygit2, 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
|
|
||||||
tempora==1.14.1 # via portend
|
|
||||||
timelib==0.2.4
|
|
||||||
tornado==4.5.3 ; python_version >= "3.4"
|
|
||||||
urllib3==1.24.2 # via botocore, kubernetes, python-etcd, requests
|
|
||||||
virtualenv==16.4.3
|
|
||||||
watchdog==0.9.0
|
|
||||||
websocket-client==0.40.0 # via docker, kubernetes
|
|
||||||
werkzeug==0.15.2 # via moto
|
|
||||||
wheel==0.33.4
|
|
||||||
wmi==1.4.9
|
|
||||||
wrapt==1.11.1 # via aws-xray-sdk
|
|
||||||
xmltodict==0.12.0 # via moto
|
|
||||||
zc.lockfile==1.4 # via cherrypy
|
|
Loading…
Add table
Reference in a new issue