mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Move CI static requirements to it's own subdirectory
This commit is contained in:
parent
e313185fe3
commit
7efd60131b
78 changed files with 398 additions and 344 deletions
|
@ -7,11 +7,11 @@ repos:
|
||||||
rev: master
|
rev: master
|
||||||
hooks:
|
hooks:
|
||||||
|
|
||||||
|
# ----- CI Requirements ------------------------------------------------------------------------------------------->
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.5-zmq-requirements
|
alias: compile-ci-linux-py3.5-zmq-requirements
|
||||||
name: Linux Py3.5 ZeroMQ Requirements
|
name: Linux CI Py3.5 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/linux\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/linux\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -21,10 +21,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.6-zmq-requirements
|
alias: compile-ci-linux-py3.6-zmq-requirements
|
||||||
name: Linux Py3.6 ZeroMQ Requirements
|
name: Linux CI Py3.6 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/linux\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/linux\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -34,10 +33,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.7-zmq-requirements
|
alias: compile-ci-linux-py3.7-zmq-requirements
|
||||||
name: Linux Py3.7 ZeroMQ Requirements
|
name: Linux CI Py3.7 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/linux\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/linux\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -47,10 +45,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.8-zmq-requirements
|
alias: compile-ci-linux-py3.8-zmq-requirements
|
||||||
name: Linux Py3.8 ZeroMQ Requirements
|
name: Linux CI Py3.8 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/linux\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/linux\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -60,10 +57,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-py3.9-zmq-requirements
|
alias: compile-ci-linux-py3.9-zmq-requirements
|
||||||
name: Linux Py3.9 ZeroMQ Requirements
|
name: Linux CI Py3.9 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/linux\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/linux\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
@ -73,9 +69,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-crypto-py3.5-requirements
|
alias: compile-ci-linux-crypto-py3.5-requirements
|
||||||
name: Linux Py3.5 Crypto Requirements
|
name: Linux CI Py3.5 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -83,9 +79,9 @@ repos:
|
||||||
- --out-prefix=linux
|
- --out-prefix=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-crypto-py3.6-requirements
|
alias: compile-ci-linux-crypto-py3.6-requirements
|
||||||
name: Linux Py3.6 Crypto Requirements
|
name: Linux CI Py3.6 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -93,9 +89,9 @@ repos:
|
||||||
- --out-prefix=linux
|
- --out-prefix=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-crypto-py3.7-requirements
|
alias: compile-ci-linux-crypto-py3.7-requirements
|
||||||
name: Linux Py3.7 Crypto Requirements
|
name: Linux CI Py3.7 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -103,9 +99,9 @@ repos:
|
||||||
- --out-prefix=linux
|
- --out-prefix=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-crypto-py3.8-requirements
|
alias: compile-ci-linux-crypto-py3.8-requirements
|
||||||
name: Linux Py3.8 Crypto Requirements
|
name: Linux CI Py3.8 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -113,9 +109,9 @@ repos:
|
||||||
- --out-prefix=linux
|
- --out-prefix=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-linux-crypto-py3.9-requirements
|
alias: compile-ci-linux-crypto-py3.9-requirements
|
||||||
name: Linux Py3.9 Crypto Requirements
|
name: Linux CI Py3.9 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
@ -124,10 +120,9 @@ repos:
|
||||||
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-py3.5-zmq-requirements
|
alias: compile-ci-freebsd-py3.5-zmq-requirements
|
||||||
name: FreeBSD Py3.5 ZeroMQ Requirements
|
name: FreeBSD CI Py3.5 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/freebsd\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/freebsd\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -137,10 +132,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-py3.6-zmq-requirements
|
alias: compile-ci-freebsd-py3.6-zmq-requirements
|
||||||
name: FreeBSD Py3.6 ZeroMQ Requirements
|
name: FreeBSD CI Py3.6 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/freebsd\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/freebsd\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -150,10 +144,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-py3.7-zmq-requirements
|
alias: compile-ci-freebsd-py3.7-zmq-requirements
|
||||||
name: FreeBSD Py3.7 ZeroMQ Requirements
|
name: FreeBSD CI Py3.7 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/freebsd\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/freebsd\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -163,10 +156,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-py3.8-zmq-requirements
|
alias: compile-ci-freebsd-py3.8-zmq-requirements
|
||||||
name: FreeBSD Py3.8 ZeroMQ Requirements
|
name: FreeBSD CI Py3.8 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/freebsd\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/freebsd\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -176,10 +168,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-py3.9-zmq-requirements
|
alias: compile-ci-freebsd-py3.9-zmq-requirements
|
||||||
name: FreeBSD Py3.9 ZeroMQ Requirements
|
name: FreeBSD CI Py3.9 ZeroMQ Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/freebsd\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/freebsd\.in)$
|
||||||
exclude: ^requirements/static/(centos-6|amzn-2018\.03|lint|cloud|docs|darwin|windows)\.in$
|
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
@ -189,9 +180,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-crypto-py3.5-requirements
|
alias: compile-ci-freebsd-crypto-py3.5-requirements
|
||||||
name: FreeBSD Py3.5 Crypto Requirements
|
name: FreeBSD CI Py3.5 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -199,9 +190,9 @@ repos:
|
||||||
- --out-prefix=freebsd
|
- --out-prefix=freebsd
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-crypto-py3.6-requirements
|
alias: compile-ci-freebsd-crypto-py3.6-requirements
|
||||||
name: FreeBSD Py3.6 Crypto Requirements
|
name: FreeBSD CI Py3.6 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -209,9 +200,9 @@ repos:
|
||||||
- --out-prefix=freebsd
|
- --out-prefix=freebsd
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-crypto-py3.7-requirements
|
alias: compile-ci-freebsd-crypto-py3.7-requirements
|
||||||
name: FreeBSD Py3.7 Crypto Requirements
|
name: FreeBSD CI Py3.7 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -219,9 +210,9 @@ repos:
|
||||||
- --out-prefix=freebsd
|
- --out-prefix=freebsd
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-crypto-py3.8-requirements
|
alias: compile-ci-freebsd-crypto-py3.8-requirements
|
||||||
name: FreeBSD Py3.8 Crypto Requirements
|
name: FreeBSD CI Py3.8 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -229,9 +220,9 @@ repos:
|
||||||
- --out-prefix=freebsd
|
- --out-prefix=freebsd
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-freebsd-crypto-py3.9-requirements
|
alias: compile-ci-freebsd-crypto-py3.9-requirements
|
||||||
name: FreeBSD Py3.9 Crypto Requirements
|
name: FreeBSD CI Py3.9 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
@ -240,9 +231,9 @@ repos:
|
||||||
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-py3.5-zmq-requirements
|
alias: compile-ci-darwin-py3.5-zmq-requirements
|
||||||
name: Darwin Py3.5 ZeroMQ Requirements
|
name: Darwin CI Py3.5 ZeroMQ Requirements
|
||||||
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/darwin\.in))$
|
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/darwin\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -255,9 +246,9 @@ repos:
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-py3.6-zmq-requirements
|
alias: compile-ci-darwin-py3.6-zmq-requirements
|
||||||
name: Darwin Py3.6 ZeroMQ Requirements
|
name: Darwin CI Py3.6 ZeroMQ Requirements
|
||||||
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/darwin\.in))$
|
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/darwin\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -270,9 +261,9 @@ repos:
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-py3.7-zmq-requirements
|
alias: compile-ci-darwin-py3.7-zmq-requirements
|
||||||
name: Darwin Py3.7 ZeroMQ Requirements
|
name: Darwin CI Py3.7 ZeroMQ Requirements
|
||||||
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/darwin\.in))$
|
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/darwin\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -285,9 +276,9 @@ repos:
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-py3.8-zmq-requirements
|
alias: compile-ci-darwin-py3.8-zmq-requirements
|
||||||
name: Darwin Py3.8 ZeroMQ Requirements
|
name: Darwin CI Py3.8 ZeroMQ Requirements
|
||||||
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/darwin\.in))$
|
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/darwin\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -299,9 +290,9 @@ repos:
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-py3.9-zmq-requirements
|
alias: compile-ci-darwin-py3.9-zmq-requirements
|
||||||
name: Darwin Py3.9 ZeroMQ Requirements
|
name: Darwin CI Py3.9 ZeroMQ Requirements
|
||||||
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/darwin\.in))$
|
files: ^(pkg/osx/(req|req_pyobjc)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/darwin\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
@ -313,9 +304,9 @@ repos:
|
||||||
- --passthrough-line-from-input=^pyobjc(.*)$
|
- --passthrough-line-from-input=^pyobjc(.*)$
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-crypto-py3.5-requirements
|
alias: compile-ci-darwin-crypto-py3.5-requirements
|
||||||
name: Darwin Py3.5 Crypto Requirements
|
name: Darwin CI Py3.5 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -323,9 +314,9 @@ repos:
|
||||||
- --out-prefix=darwin
|
- --out-prefix=darwin
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-crypto-py3.6-requirements
|
alias: compile-ci-darwin-crypto-py3.6-requirements
|
||||||
name: Darwin Py3.6 Crypto Requirements
|
name: Darwin CI Py3.6 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -333,9 +324,9 @@ repos:
|
||||||
- --out-prefix=darwin
|
- --out-prefix=darwin
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-crypto-py3.7-requirements
|
alias: compile-ci-darwin-crypto-py3.7-requirements
|
||||||
name: Darwin Py3.7 Crypto Requirements
|
name: Darwin CI Py3.7 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -343,9 +334,9 @@ repos:
|
||||||
- --out-prefix=darwin
|
- --out-prefix=darwin
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-crypto-py3.8-requirements
|
alias: compile-ci-darwin-crypto-py3.8-requirements
|
||||||
name: Darwin Py3.8 Crypto Requirements
|
name: Darwin CI Py3.8 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -353,9 +344,9 @@ repos:
|
||||||
- --out-prefix=darwin
|
- --out-prefix=darwin
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-darwin-crypto-py3.9-requirements
|
alias: compile-ci-darwin-crypto-py3.9-requirements
|
||||||
name: Darwin Py3.9 Crypto Requirements
|
name: Darwin CI Py3.9 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
@ -364,9 +355,9 @@ repos:
|
||||||
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.5-zmq-requirements
|
alias: compile-ci-windows-py3.5-zmq-requirements
|
||||||
name: Windows Py3.5 ZeroMQ Requirements
|
name: Windows CI Py3.5 ZeroMQ Requirements
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -378,9 +369,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.6-zmq-requirements
|
alias: compile-ci-windows-py3.6-zmq-requirements
|
||||||
name: Windows Py3.6 ZeroMQ Requirements
|
name: Windows CI Py3.6 ZeroMQ Requirements
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -392,9 +383,9 @@ repos:
|
||||||
- --include=requirements/pytest.txt
|
- --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-py3.7-zmq-requirements
|
alias: compile-ci-windows-py3.7-zmq-requirements
|
||||||
name: Windows Py3.7 ZeroMQ Requirements
|
name: Windows CI Py3.7 ZeroMQ Requirements
|
||||||
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/windows\.in))$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -407,9 +398,9 @@ repos:
|
||||||
|
|
||||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
||||||
# - id: pip-tools-compile
|
# - id: pip-tools-compile
|
||||||
# alias: compile-windows-py3.8-zmq-requirements
|
# alias: compile-ci-windows-py3.8-zmq-requirements
|
||||||
# name: Windows Py3.8 ZeroMQ Requirements
|
# name: Windows CI Py3.8 ZeroMQ Requirements
|
||||||
# files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
# files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/windows\.in))$
|
||||||
# args:
|
# args:
|
||||||
# - -v
|
# - -v
|
||||||
# - --py-version=3.8
|
# - --py-version=3.8
|
||||||
|
@ -422,9 +413,9 @@ repos:
|
||||||
|
|
||||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
||||||
# - id: pip-tools-compile
|
# - id: pip-tools-compile
|
||||||
# alias: compile-windows-py3.9-zmq-requirements
|
# alias: compile-ci-windows-py3.9-zmq-requirements
|
||||||
# name: Windows Py3.9 ZeroMQ Requirements
|
# name: Windows CI Py3.9 ZeroMQ Requirements
|
||||||
# files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/windows\.in))$
|
# files: ^(pkg/windows/(req|req_win)\.txt|requirements/((base|zeromq|pytest)\.txt|static/ci/windows\.in))$
|
||||||
# args:
|
# args:
|
||||||
# - -v
|
# - -v
|
||||||
# - --py-version=3.9
|
# - --py-version=3.9
|
||||||
|
@ -436,9 +427,9 @@ repos:
|
||||||
# - --include=requirements/pytest.txt
|
# - --include=requirements/pytest.txt
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-crypto-py3.5-requirements
|
alias: compile-ci-windows-crypto-py3.5-requirements
|
||||||
name: Windows Py3.5 Crypto Requirements
|
name: Windows CI Py3.5 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -446,9 +437,9 @@ repos:
|
||||||
- --out-prefix=windows
|
- --out-prefix=windows
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-crypto-py3.6-requirements
|
alias: compile-ci-windows-crypto-py3.6-requirements
|
||||||
name: Windows Py3.6 Crypto Requirements
|
name: Windows CI Py3.6 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -456,9 +447,9 @@ repos:
|
||||||
- --out-prefix=windows
|
- --out-prefix=windows
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-windows-crypto-py3.7-requirements
|
alias: compile-ci-windows-crypto-py3.7-requirements
|
||||||
name: Windows Py3.7 Crypto Requirements
|
name: Windows CI Py3.7 Crypto Requirements
|
||||||
files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -467,9 +458,9 @@ repos:
|
||||||
|
|
||||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
||||||
# - id: pip-tools-compile
|
# - id: pip-tools-compile
|
||||||
# alias: compile-windows-crypto-py3.8-requirements
|
# alias: compile-ci-windows-crypto-py3.8-requirements
|
||||||
# name: Windows Py3.8 Crypto Requirements
|
# name: Windows CI Py3.8 Crypto Requirements
|
||||||
# files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
# files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
# args:
|
# args:
|
||||||
# - -v
|
# - -v
|
||||||
# - --py-version=3.8
|
# - --py-version=3.8
|
||||||
|
@ -478,20 +469,65 @@ repos:
|
||||||
|
|
||||||
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
# Commented out since pywin32 and pymssql do not have packages or support for Py >= 3.8
|
||||||
# - id: pip-tools-compile
|
# - id: pip-tools-compile
|
||||||
# alias: compile-windows-crypto-py3.9-requirements
|
# alias: compile-ci-windows-crypto-py3.9-requirements
|
||||||
# name: Windows Py3.9 Crypto Requirements
|
# name: Windows CI Py3.9 Crypto Requirements
|
||||||
# files: ^requirements/(crypto\.txt|static/crypto\.in)$
|
# files: ^requirements/(crypto\.txt|static/ci/crypto\.in)$
|
||||||
# args:
|
# args:
|
||||||
# - -v
|
# - -v
|
||||||
# - --py-version=3.9
|
# - --py-version=3.9
|
||||||
# - --platform=windows
|
# - --platform=windows
|
||||||
# - --out-prefix=windows
|
# - --out-prefix=windows
|
||||||
|
|
||||||
|
# <---- CI Requirements --------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
# ----- Cloud CI Requirements ------------------------------------------------------------------------------------->
|
||||||
|
- id: pip-tools-compile
|
||||||
|
alias: compile-ci-cloud-py3.5-requirements
|
||||||
|
name: Cloud CI Py3.5 Requirements
|
||||||
|
files: ^requirements/(static/ci/cloud\.in)$
|
||||||
|
args:
|
||||||
|
- -v
|
||||||
|
- --py-version=3.5
|
||||||
|
|
||||||
|
- id: pip-tools-compile
|
||||||
|
alias: compile-ci-cloud-py3.6-requirements
|
||||||
|
name: Cloud CI Py3.6 Requirements
|
||||||
|
files: ^requirements/(static/ci/cloud\.in)$
|
||||||
|
args:
|
||||||
|
- -v
|
||||||
|
- --py-version=3.6
|
||||||
|
|
||||||
|
- id: pip-tools-compile
|
||||||
|
alias: compile-ci-cloud-py3.7-requirements
|
||||||
|
name: Cloud CI Py3.7 Requirements
|
||||||
|
files: ^requirements/(static/ci/cloud\.in)$
|
||||||
|
args:
|
||||||
|
- -v
|
||||||
|
- --py-version=3.7
|
||||||
|
|
||||||
|
- id: pip-tools-compile
|
||||||
|
alias: compile-ci-cloud-py3.8-requirements
|
||||||
|
name: Cloud CI Py3.8 Requirements
|
||||||
|
files: ^requirements/(static/ci/cloud\.in)$
|
||||||
|
args:
|
||||||
|
- -v
|
||||||
|
- --py-version=3.8
|
||||||
|
|
||||||
|
- id: pip-tools-compile
|
||||||
|
alias: compile-ci-cloud-py3.9-requirements
|
||||||
|
name: Cloud CI Py3.9 Requirements
|
||||||
|
files: ^requirements/(static/ci/cloud\.in)$
|
||||||
|
args:
|
||||||
|
- -v
|
||||||
|
- --py-version=3.9
|
||||||
|
# <---- Cloud CI Requirements --------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# ----- Doc CI Requirements --------------------------------------------------------------------------------------->
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-doc-requirements
|
alias: compile-doc-requirements
|
||||||
name: Docs Py3.5 Requirements
|
name: Docs CI Py3.5 Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/docs\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
@ -499,8 +535,8 @@ repos:
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-doc-requirements
|
alias: compile-doc-requirements
|
||||||
name: Docs Py3.6 Requirements
|
name: Docs CI Py3.6 Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/docs\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
@ -508,8 +544,8 @@ repos:
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-doc-requirements
|
alias: compile-doc-requirements
|
||||||
name: Docs Py3.7 Requirements
|
name: Docs CI Py3.7 Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/docs\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
@ -517,8 +553,8 @@ repos:
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-doc-requirements
|
alias: compile-doc-requirements
|
||||||
name: Docs Py3.8 Requirements
|
name: Docs CI Py3.8 Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/docs\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
@ -526,170 +562,153 @@ repos:
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-doc-requirements
|
alias: compile-doc-requirements
|
||||||
name: Docs Py3.9 Requirements
|
name: Docs CI Py3.9 Requirements
|
||||||
files: ^requirements/((base|zeromq|pytest)\.txt|static/docs\.in)$
|
files: ^requirements/((base|zeromq|pytest)\.txt|static/ci/docs\.in)$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
|
# <---- Doc CI Requirements ----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# ----- Lint CI Requirements -------------------------------------------------------------------------------------->
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-lint-py3.5-requirements
|
alias: compile-ci-lint-py3.5-requirements
|
||||||
name: Lint Py3.5 Requirements
|
name: Lint CI Py3.5 Requirements
|
||||||
files: ^requirements/static/lint\.in$
|
files: ^requirements/static/ci/lint\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-lint-py3.6-requirements
|
alias: compile-ci-lint-py3.6-requirements
|
||||||
name: Lint Py3.6 Requirements
|
name: Lint CI Py3.6 Requirements
|
||||||
files: ^requirements/static/lint\.in$
|
files: ^requirements/static/ci/lint\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-lint-py3.7-requirements
|
alias: compile-ci-lint-py3.7-requirements
|
||||||
name: Lint Py3.7 Requirements
|
name: Lint CI Py3.7 Requirements
|
||||||
files: ^requirements/static/lint\.in$
|
files: ^requirements/static/ci/lint\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-lint-py3.8-requirements
|
alias: compile-ci-lint-py3.8-requirements
|
||||||
name: Lint Py3.8 Requirements
|
name: Lint CI Py3.8 Requirements
|
||||||
files: ^requirements/static/lint\.in$
|
files: ^requirements/static/ci/lint\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-lint-py3.9-requirements
|
alias: compile-ci-lint-py3.9-requirements
|
||||||
name: Lint Py3.9 Requirements
|
name: Lint CI Py3.9 Requirements
|
||||||
files: ^requirements/static/lint\.in$
|
files: ^requirements/static/ci/lint\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
|
||||||
|
# <---- Lint CI Requirements ---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# ----- Changelog ------------------------------------------------------------------------------------------------->
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.5-requirements
|
alias: compile-ci-changelog-py3.5-requirements
|
||||||
name: Cloud Py3.5 Requirements
|
name: Changelog CI Py3.5 Requirements
|
||||||
files: ^requirements/(static/cloud\.in)$
|
files: ^requirements/static/ci/changelog\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.6-requirements
|
alias: compile-ci-changelog-py3.6-requirements
|
||||||
name: Cloud Py3.6 Requirements
|
name: Changelog CI Py3.6 Requirements
|
||||||
files: ^requirements/(static/cloud\.in)$
|
files: ^requirements/static/ci/changelog\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.7-requirements
|
alias: compile-ci-changelog-py3.7-requirements
|
||||||
name: Cloud Py3.7 Requirements
|
name: Changelog CI Py3.7 Requirements
|
||||||
files: ^requirements/(static/cloud\.in)$
|
files: ^requirements/static/ci/changelog\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.8-requirements
|
alias: compile-ci-changelog-py3.8-requirements
|
||||||
name: Cloud Py3.8 Requirements
|
name: Changelog CI Py3.8 Requirements
|
||||||
files: ^requirements/(static/cloud\.in)$
|
files: ^requirements/static/ci/changelog\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
- --platform=linux
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-cloud-py3.9-requirements
|
alias: compile-ci-changelog-py3.9-requirements
|
||||||
name: Cloud Py3.9 Requirements
|
name: Changelog CI Py3.9 Requirements
|
||||||
files: ^requirements/(static/cloud\.in)$
|
files: ^requirements/static/ci/changelog\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-changelog-requirements
|
|
||||||
name: Changelog Py3.5 Requirements
|
|
||||||
files: ^requirements/static/changelog\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.5
|
|
||||||
- --platform=linux
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-changelog-requirements
|
|
||||||
name: Changelog Py3.6 Requirements
|
|
||||||
files: ^requirements/static/changelog\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.6
|
|
||||||
- --platform=linux
|
|
||||||
|
|
||||||
- id: pip-tools-compile
|
|
||||||
alias: compile-changelog-requirements
|
|
||||||
name: Changelog Py3.7 Requirements
|
|
||||||
files: ^requirements/static/changelog\.in$
|
|
||||||
args:
|
|
||||||
- -v
|
|
||||||
- --py-version=3.7
|
|
||||||
- --platform=linux
|
- --platform=linux
|
||||||
|
# <---- Changelog --------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# ----- Invoke ---------------------------------------------------------------------------------------------------->
|
# ----- Invoke ---------------------------------------------------------------------------------------------------->
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-py3.5-invoke-requirements
|
alias: compile-ci-invoke-py3.5-requirements
|
||||||
name: Linux Py3.5 Invoke Requirements
|
name: Linux CI Py3.5 Invoke Requirements
|
||||||
files: ^requirements/static/invoke\.in$
|
files: ^requirements/static/ci/invoke\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.5
|
- --py-version=3.5
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-py3.6-invoke-requirements
|
alias: compile-ci-invoke-py3.6-requirements
|
||||||
name: Linux Py3.6 Invoke Requirements
|
name: Linux CI Py3.6 Invoke Requirements
|
||||||
files: ^requirements/static/invoke\.in$
|
files: ^requirements/static/ci/invoke\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.6
|
- --py-version=3.6
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-py3.7-invoke-requirements
|
alias: compile-ci-invoke-py3.7-requirements
|
||||||
name: Linux Py3.7 Invoke Requirements
|
name: Linux CI Py3.7 Invoke Requirements
|
||||||
files: ^requirements/static/invoke\.in$
|
files: ^requirements/static/ci/invoke\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.7
|
- --py-version=3.7
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-py3.8-invoke-requirements
|
alias: compile-ci-invoke-py3.8-requirements
|
||||||
name: Linux Py3.8 Invoke Requirements
|
name: Linux CI Py3.8 Invoke Requirements
|
||||||
files: ^requirements/static/invoke\.in$
|
files: ^requirements/static/ci/invoke\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.8
|
- --py-version=3.8
|
||||||
|
|
||||||
- id: pip-tools-compile
|
- id: pip-tools-compile
|
||||||
alias: compile-py3.9-invoke-requirements
|
alias: compile-ci-invoke-py3.9-requirements
|
||||||
name: Linux Py3.9 Invoke Requirements
|
name: Linux CI Py3.9 Invoke Requirements
|
||||||
files: ^requirements/static/invoke\.in$
|
files: ^requirements/static/ci/invoke\.in$
|
||||||
args:
|
args:
|
||||||
- -v
|
- -v
|
||||||
- --py-version=3.9
|
- --py-version=3.9
|
||||||
# <---- Invoke -----------------------------------------------------------------------------------------------------
|
# <---- Invoke -----------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# ----- Code Formatting ------------------------------------------------------------------------------------------->
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
# This, for now, is meant to run when locally committing code and will be disabled(skipped) when we run pre-commit
|
# This, for now, is meant to run when locally committing code and will be disabled(skipped) when we run pre-commit
|
||||||
# against all codebase to avoid MASSIVE code churn. This way, we do it in smaller chunks, a few at a time.
|
# against all codebase to avoid MASSIVE code churn. This way, we do it in smaller chunks, a few at a time.
|
||||||
|
@ -750,7 +769,9 @@ repos:
|
||||||
args: [--skip-errors]
|
args: [--skip-errors]
|
||||||
files: ^doc/.*\.rst
|
files: ^doc/.*\.rst
|
||||||
additional_dependencies: [black==19.10b0]
|
additional_dependencies: [black==19.10b0]
|
||||||
|
# <---- Code Formatting --------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# ----- Pre-Commit ------------------------------------------------------------------------------------------------>
|
||||||
- repo: https://github.com/saltstack/mirrors-nox
|
- repo: https://github.com/saltstack/mirrors-nox
|
||||||
rev: v2020.8.22
|
rev: v2020.8.22
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -801,3 +822,4 @@ repos:
|
||||||
- invoke-pre-commit
|
- invoke-pre-commit
|
||||||
- --
|
- --
|
||||||
- filemap.check
|
- filemap.check
|
||||||
|
# <---- Pre-Commit -------------------------------------------------------------------------------------------------
|
||||||
|
|
46
noxfile.py
46
noxfile.py
|
@ -185,51 +185,59 @@ def _get_pip_requirements_file(session, transport, crypto=None):
|
||||||
if IS_WINDOWS:
|
if IS_WINDOWS:
|
||||||
if crypto is None:
|
if crypto is None:
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "{}-windows.txt".format(transport)
|
"requirements",
|
||||||
|
"static",
|
||||||
|
"ci",
|
||||||
|
pydir,
|
||||||
|
"{}-windows.txt".format(transport),
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "windows.txt"
|
"requirements", "static", "ci", pydir, "windows.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "windows-crypto.txt"
|
"requirements", "static", "ci", pydir, "windows-crypto.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
elif IS_DARWIN:
|
elif IS_DARWIN:
|
||||||
if crypto is None:
|
if crypto is None:
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "{}-darwin.txt".format(transport)
|
"requirements", "static", "ci", pydir, "{}-darwin.txt".format(transport)
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "darwin.txt"
|
"requirements", "static", "ci", pydir, "darwin.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "darwin-crypto.txt"
|
"requirements", "static", "ci", pydir, "darwin-crypto.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
elif IS_FREEBSD:
|
elif IS_FREEBSD:
|
||||||
if crypto is None:
|
if crypto is None:
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "{}-freebsd.txt".format(transport)
|
"requirements",
|
||||||
|
"static",
|
||||||
|
"ci",
|
||||||
|
pydir,
|
||||||
|
"{}-freebsd.txt".format(transport),
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "freebsd.txt"
|
"requirements", "static", "ci", pydir, "freebsd.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "freebsd-crypto.txt"
|
"requirements", "static", "ci", pydir, "freebsd-crypto.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
|
@ -237,17 +245,17 @@ def _get_pip_requirements_file(session, transport, crypto=None):
|
||||||
_install_system_packages(session)
|
_install_system_packages(session)
|
||||||
if crypto is None:
|
if crypto is None:
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "{}-linux.txt".format(transport)
|
"requirements", "static", "ci", pydir, "{}-linux.txt".format(transport)
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "linux.txt"
|
"requirements", "static", "ci", pydir, "linux.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
_requirements_file = os.path.join(
|
_requirements_file = os.path.join(
|
||||||
"requirements", "static", pydir, "linux-crypto.txt"
|
"requirements", "static", "ci", pydir, "linux-crypto.txt"
|
||||||
)
|
)
|
||||||
if os.path.exists(_requirements_file):
|
if os.path.exists(_requirements_file):
|
||||||
return _requirements_file
|
return _requirements_file
|
||||||
|
@ -632,7 +640,7 @@ def runtests_cloud(session, coverage):
|
||||||
_install_requirements(session, "zeromq", "unittest-xml-reporting==2.2.1")
|
_install_requirements(session, "zeromq", "unittest-xml-reporting==2.2.1")
|
||||||
|
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "cloud.txt"
|
"requirements", "static", "ci", _get_pydir(session), "cloud.txt"
|
||||||
)
|
)
|
||||||
|
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
|
@ -865,7 +873,7 @@ def pytest_cloud(session, coverage):
|
||||||
# Install requirements
|
# Install requirements
|
||||||
_install_requirements(session, "zeromq")
|
_install_requirements(session, "zeromq")
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "cloud.txt"
|
"requirements", "static", "ci", _get_pydir(session), "cloud.txt"
|
||||||
)
|
)
|
||||||
|
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
|
@ -998,7 +1006,7 @@ class Tee:
|
||||||
def _lint(session, rcfile, flags, paths, tee_output=True):
|
def _lint(session, rcfile, flags, paths, tee_output=True):
|
||||||
_install_requirements(session, "zeromq")
|
_install_requirements(session, "zeromq")
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "lint.txt"
|
"requirements", "static", "ci", _get_pydir(session), "lint.txt"
|
||||||
)
|
)
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
||||||
|
@ -1160,7 +1168,7 @@ def docs_html(session, compress):
|
||||||
"""
|
"""
|
||||||
pydir = _get_pydir(session)
|
pydir = _get_pydir(session)
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "docs.txt"
|
"requirements", "static", "ci", _get_pydir(session), "docs.txt"
|
||||||
)
|
)
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
||||||
|
@ -1181,7 +1189,7 @@ def docs_man(session, compress, update):
|
||||||
"""
|
"""
|
||||||
pydir = _get_pydir(session)
|
pydir = _get_pydir(session)
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "docs.txt"
|
"requirements", "static", "ci", _get_pydir(session), "docs.txt"
|
||||||
)
|
)
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
||||||
|
@ -1201,7 +1209,7 @@ def _invoke(session):
|
||||||
Run invoke tasks
|
Run invoke tasks
|
||||||
"""
|
"""
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "invoke.txt"
|
"requirements", "static", "ci", _get_pydir(session), "invoke.txt"
|
||||||
)
|
)
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
||||||
|
@ -1277,7 +1285,7 @@ def changelog(session, draft):
|
||||||
Generate salt's changelog
|
Generate salt's changelog
|
||||||
"""
|
"""
|
||||||
requirements_file = os.path.join(
|
requirements_file = os.path.join(
|
||||||
"requirements", "static", _get_pydir(session), "changelog.txt"
|
"requirements", "static", "ci", _get_pydir(session), "changelog.txt"
|
||||||
)
|
)
|
||||||
install_command = ["--progress-bar=off", "-r", requirements_file]
|
install_command = ["--progress-bar=off", "-r", requirements_file]
|
||||||
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
session.install(*install_command, silent=PIP_INSTALL_SILENT)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/changelog.txt -v requirements/static/changelog.in
|
# pip-compile -o requirements/static/ci/py3.5/changelog.txt -v requirements/static/ci/changelog.in
|
||||||
#
|
#
|
||||||
click==7.1.1 # via towncrier
|
click==7.1.1 # via towncrier
|
||||||
incremental==17.5.0 # via towncrier
|
incremental==17.5.0 # via towncrier
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/cloud.txt -v requirements/static/cloud.in
|
# pip-compile -o requirements/static/ci/py3.5/cloud.txt -v requirements/static/ci/cloud.in
|
||||||
#
|
#
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
certifi==2019.3.9 # via requests
|
certifi==2019.3.9 # via requests
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/darwin-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.5/darwin-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/darwin.txt -v pkg/osx/req.txt pkg/osx/req_pyobjc.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/darwin.in
|
# pip-compile -o requirements/static/ci/py3.5/darwin.txt -v pkg/osx/req.txt pkg/osx/req_pyobjc.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/darwin.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.4.0
|
apache-libcloud==2.4.0
|
||||||
appdirs==1.4.3 # via virtualenv
|
appdirs==1.4.3 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/docs.txt -v requirements/static/docs.in
|
# pip-compile -o requirements/static/ci/py3.5/docs.txt -v requirements/static/ci/docs.in
|
||||||
#
|
#
|
||||||
alabaster==0.7.12 # via sphinx
|
alabaster==0.7.12 # via sphinx
|
||||||
babel==2.8.0 # via sphinx
|
babel==2.8.0 # via sphinx
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/freebsd-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.5/freebsd-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/freebsd.in
|
# pip-compile -o requirements/static/ci/py3.5/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/freebsd.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/invoke.txt -v requirements/static/invoke.in
|
# pip-compile -o requirements/static/ci/py3.5/invoke.txt -v requirements/static/ci/invoke.in
|
||||||
#
|
#
|
||||||
blessings==1.7
|
blessings==1.7
|
||||||
invoke==1.4.1
|
invoke==1.4.1
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/lint.txt -v requirements/static/lint.in
|
# pip-compile -o requirements/static/ci/py3.5/lint.txt -v requirements/static/ci/lint.in
|
||||||
#
|
#
|
||||||
astroid==2.3.3 # via pylint
|
astroid==2.3.3 # via pylint
|
||||||
isort==4.3.17 # via pylint
|
isort==4.3.17 # via pylint
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/linux-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.5/linux-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/linux.in
|
# pip-compile -o requirements/static/ci/py3.5/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/linux.in
|
||||||
#
|
#
|
||||||
adal==1.2.3 # via azure-datalake-store, msrestazure
|
adal==1.2.3 # via azure-datalake-store, msrestazure
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/windows-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.5/windows-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/ci/py3.5/windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/windows.in
|
||||||
#
|
#
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/changelog.txt -v requirements/static/changelog.in
|
# pip-compile -o requirements/static/ci/py3.6/changelog.txt -v requirements/static/ci/changelog.in
|
||||||
#
|
#
|
||||||
click==7.1.1 # via towncrier
|
click==7.1.1 # via towncrier
|
||||||
incremental==17.5.0 # via towncrier
|
incremental==17.5.0 # via towncrier
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/cloud.txt -v requirements/static/cloud.in
|
# pip-compile -o requirements/static/ci/py3.6/cloud.txt -v requirements/static/ci/cloud.in
|
||||||
#
|
#
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
certifi==2019.3.9 # via requests
|
certifi==2019.3.9 # via requests
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/darwin-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.6/darwin-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/darwin.txt -v pkg/osx/req.txt pkg/osx/req_pyobjc.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/darwin.in
|
# pip-compile -o requirements/static/ci/py3.6/darwin.txt -v pkg/osx/req.txt pkg/osx/req_pyobjc.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/darwin.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.4.0
|
apache-libcloud==2.4.0
|
||||||
appdirs==1.4.3 # via virtualenv
|
appdirs==1.4.3 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/docs.txt -v requirements/static/docs.in
|
# pip-compile -o requirements/static/ci/py3.6/docs.txt -v requirements/static/ci/docs.in
|
||||||
#
|
#
|
||||||
alabaster==0.7.12 # via sphinx
|
alabaster==0.7.12 # via sphinx
|
||||||
babel==2.8.0 # via sphinx
|
babel==2.8.0 # via sphinx
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/freebsd-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.6/freebsd-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/freebsd.in
|
# pip-compile -o requirements/static/ci/py3.6/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/freebsd.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/invoke.txt -v requirements/static/invoke.in
|
# pip-compile -o requirements/static/ci/py3.6/invoke.txt -v requirements/static/ci/invoke.in
|
||||||
#
|
#
|
||||||
blessings==1.7
|
blessings==1.7
|
||||||
invoke==1.4.1
|
invoke==1.4.1
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/lint.txt -v requirements/static/lint.in
|
# pip-compile -o requirements/static/ci/py3.6/lint.txt -v requirements/static/ci/lint.in
|
||||||
#
|
#
|
||||||
astroid==2.3.3 # via pylint
|
astroid==2.3.3 # via pylint
|
||||||
isort==4.3.17 # via pylint
|
isort==4.3.17 # via pylint
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/linux-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.6/linux-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/linux.in
|
# pip-compile -o requirements/static/ci/py3.6/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/linux.in
|
||||||
#
|
#
|
||||||
adal==1.2.3 # via azure-datalake-store, msrestazure
|
adal==1.2.3 # via azure-datalake-store, msrestazure
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/windows-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.6/windows-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/ci/py3.6/windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/windows.in
|
||||||
#
|
#
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/changelog.txt -v requirements/static/changelog.in
|
# pip-compile -o requirements/static/ci/py3.7/changelog.txt -v requirements/static/ci/changelog.in
|
||||||
#
|
#
|
||||||
click==7.1.1 # via towncrier
|
click==7.1.1 # via towncrier
|
||||||
incremental==17.5.0 # via towncrier
|
incremental==17.5.0 # via towncrier
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/cloud.txt -v requirements/static/cloud.in
|
# pip-compile -o requirements/static/ci/py3.7/cloud.txt -v requirements/static/ci/cloud.in
|
||||||
#
|
#
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
certifi==2019.3.9 # via requests
|
certifi==2019.3.9 # via requests
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/darwin-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.7/darwin-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/darwin.txt -v pkg/osx/req.txt pkg/osx/req_pyobjc.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/darwin.in
|
# pip-compile -o requirements/static/ci/py3.7/darwin.txt -v pkg/osx/req.txt pkg/osx/req_pyobjc.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/darwin.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.4.0
|
apache-libcloud==2.4.0
|
||||||
appdirs==1.4.3 # via virtualenv
|
appdirs==1.4.3 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/docs.txt -v requirements/static/docs.in
|
# pip-compile -o requirements/static/ci/py3.7/docs.txt -v requirements/static/ci/docs.in
|
||||||
#
|
#
|
||||||
alabaster==0.7.12 # via sphinx
|
alabaster==0.7.12 # via sphinx
|
||||||
babel==2.8.0 # via sphinx
|
babel==2.8.0 # via sphinx
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/freebsd-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.7/freebsd-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/freebsd.in
|
# pip-compile -o requirements/static/ci/py3.7/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/freebsd.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/invoke.txt -v requirements/static/invoke.in
|
# pip-compile -o requirements/static/ci/py3.7/invoke.txt -v requirements/static/ci/invoke.in
|
||||||
#
|
#
|
||||||
blessings==1.7
|
blessings==1.7
|
||||||
invoke==1.4.1
|
invoke==1.4.1
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/lint.txt -v requirements/static/lint.in
|
# pip-compile -o requirements/static/ci/py3.7/lint.txt -v requirements/static/ci/lint.in
|
||||||
#
|
#
|
||||||
astroid==2.3.3 # via pylint
|
astroid==2.3.3 # via pylint
|
||||||
isort==4.3.17 # via pylint
|
isort==4.3.17 # via pylint
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/linux-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.7/linux-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/linux.in
|
# pip-compile -o requirements/static/ci/py3.7/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/linux.in
|
||||||
#
|
#
|
||||||
adal==1.2.3 # via azure-datalake-store, msrestazure
|
adal==1.2.3 # via azure-datalake-store, msrestazure
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/windows-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.7/windows-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.7/windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/windows.in
|
# pip-compile -o requirements/static/ci/py3.7/windows.txt -v pkg/windows/req.txt pkg/windows/req_win.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/windows.in
|
||||||
#
|
#
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
12
requirements/static/ci/py3.8/changelog.txt
Normal file
12
requirements/static/ci/py3.8/changelog.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.8/changelog.txt -v requirements/static/ci/changelog.in
|
||||||
|
#
|
||||||
|
click==7.1.2 # via towncrier
|
||||||
|
incremental==17.5.0 # via towncrier
|
||||||
|
jinja2==2.11.2 # via towncrier
|
||||||
|
markupsafe==1.1.1 # via jinja2
|
||||||
|
toml==0.10.1 # via towncrier
|
||||||
|
towncrier==19.2.0
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.6/cloud.txt -v requirements/static/cloud.in
|
# pip-compile -o requirements/static/ci/py3.8/cloud.txt -v requirements/static/ci/cloud.in
|
||||||
#
|
#
|
||||||
asn1crypto==0.24.0 # via cryptography
|
asn1crypto==0.24.0 # via cryptography
|
||||||
certifi==2019.3.9 # via requests
|
certifi==2019.3.9 # via requests
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/darwin-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.8/darwin-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/darwin.txt -v pkg/osx/req.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/darwin.in
|
# pip-compile -o requirements/static/ci/py3.8/darwin.txt -v pkg/osx/req.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/darwin.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.4.0
|
apache-libcloud==2.4.0
|
||||||
appdirs==1.4.3 # via virtualenv
|
appdirs==1.4.3 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.9/docs.txt -v requirements/static/docs.in
|
# pip-compile -o requirements/static/ci/py3.8/docs.txt -v requirements/static/ci/docs.in
|
||||||
#
|
#
|
||||||
alabaster==0.7.12 # via sphinx
|
alabaster==0.7.12 # via sphinx
|
||||||
babel==2.7.0 # via sphinx
|
babel==2.7.0 # via sphinx
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/freebsd-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.8/freebsd-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.9/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/freebsd.in
|
# pip-compile -o requirements/static/ci/py3.8/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/freebsd.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.5/invoke.txt -v requirements/static/invoke.in
|
# pip-compile -o requirements/static/ci/py3.8/invoke.txt -v requirements/static/ci/invoke.in
|
||||||
#
|
#
|
||||||
blessings==1.7
|
blessings==1.7
|
||||||
invoke==1.4.1
|
invoke==1.4.1
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.9/lint.txt -v requirements/static/lint.in
|
# pip-compile -o requirements/static/ci/py3.8/lint.txt -v requirements/static/ci/lint.in
|
||||||
#
|
#
|
||||||
astroid==2.3.3 # via pylint
|
astroid==2.3.3 # via pylint
|
||||||
isort==4.3.17 # via pylint
|
isort==4.3.17 # via pylint
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/linux-crypto.txt -v requirements/static/crypto.in
|
# pip-compile -o requirements/static/ci/py3.8/linux-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
#
|
#
|
||||||
m2crypto==0.35.2
|
m2crypto==0.35.2
|
||||||
pycryptodome==3.9.7
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.9/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/linux.in
|
# pip-compile -o requirements/static/ci/py3.8/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/linux.in
|
||||||
#
|
#
|
||||||
adal==1.2.3 # via azure-datalake-store, msrestazure
|
adal==1.2.3 # via azure-datalake-store, msrestazure
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
12
requirements/static/ci/py3.9/changelog.txt
Normal file
12
requirements/static/ci/py3.9/changelog.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.9/changelog.txt -v requirements/static/ci/changelog.in
|
||||||
|
#
|
||||||
|
click==7.1.2 # via towncrier
|
||||||
|
incremental==17.5.0 # via towncrier
|
||||||
|
jinja2==2.11.2 # via towncrier
|
||||||
|
markupsafe==1.1.1 # via jinja2
|
||||||
|
toml==0.10.1 # via towncrier
|
||||||
|
towncrier==19.2.0
|
25
requirements/static/ci/py3.9/cloud.txt
Normal file
25
requirements/static/ci/py3.9/cloud.txt
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.9/cloud.txt -v requirements/static/ci/cloud.in
|
||||||
|
#
|
||||||
|
asn1crypto==0.24.0 # via cryptography
|
||||||
|
certifi==2019.3.9 # via requests
|
||||||
|
cffi==1.12.2 # via cryptography
|
||||||
|
chardet==3.0.4 # via requests
|
||||||
|
cryptography==2.6.1 # via requests-ntlm, smbprotocol
|
||||||
|
idna==2.8 # via requests
|
||||||
|
netaddr==0.7.19
|
||||||
|
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
||||||
|
profitbricks==4.1.3
|
||||||
|
pyasn1==0.4.5 # via smbprotocol
|
||||||
|
pycparser==2.19 # via cffi
|
||||||
|
pypsexec==0.1.0
|
||||||
|
pywinrm==0.3.0
|
||||||
|
requests-ntlm==1.1.0 # via pywinrm
|
||||||
|
requests==2.21.0 # via profitbricks, pywinrm, requests-ntlm
|
||||||
|
six==1.15.0 # via cryptography, profitbricks, pypsexec, pywinrm, smbprotocol
|
||||||
|
smbprotocol==0.1.1 # via pypsexec
|
||||||
|
urllib3==1.24.2 # via requests
|
||||||
|
xmltodict==0.12.0 # via pywinrm
|
8
requirements/static/ci/py3.9/darwin-crypto.txt
Normal file
8
requirements/static/ci/py3.9/darwin-crypto.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.9/darwin-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
|
#
|
||||||
|
m2crypto==0.35.2
|
||||||
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.9/darwin.txt -v pkg/osx/req.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/darwin.in
|
# pip-compile -o requirements/static/ci/py3.9/darwin.txt -v pkg/osx/req.txt requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/darwin.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.4.0
|
apache-libcloud==2.4.0
|
||||||
appdirs==1.4.3 # via virtualenv
|
appdirs==1.4.3 # via virtualenv
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/docs.txt -v requirements/static/docs.in
|
# pip-compile -o requirements/static/ci/py3.9/docs.txt -v requirements/static/ci/docs.in
|
||||||
#
|
#
|
||||||
alabaster==0.7.12 # via sphinx
|
alabaster==0.7.12 # via sphinx
|
||||||
babel==2.7.0 # via sphinx
|
babel==2.7.0 # via sphinx
|
8
requirements/static/ci/py3.9/freebsd-crypto.txt
Normal file
8
requirements/static/ci/py3.9/freebsd-crypto.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.9/freebsd-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
|
#
|
||||||
|
m2crypto==0.35.2
|
||||||
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/freebsd.in
|
# pip-compile -o requirements/static/ci/py3.9/freebsd.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/freebsd.in
|
||||||
#
|
#
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
||||||
appdirs==1.4.4 # via virtualenv
|
appdirs==1.4.4 # via virtualenv
|
10
requirements/static/ci/py3.9/invoke.txt
Normal file
10
requirements/static/ci/py3.9/invoke.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.9/invoke.txt -v requirements/static/ci/invoke.in
|
||||||
|
#
|
||||||
|
blessings==1.7
|
||||||
|
invoke==1.4.1
|
||||||
|
pyyaml==5.3.1
|
||||||
|
six==1.15.0 # via blessings
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/lint.txt -v requirements/static/lint.in
|
# pip-compile -o requirements/static/ci/py3.9/lint.txt -v requirements/static/ci/lint.in
|
||||||
#
|
#
|
||||||
astroid==2.3.3 # via pylint
|
astroid==2.3.3 # via pylint
|
||||||
isort==4.3.17 # via pylint
|
isort==4.3.17 # via pylint
|
8
requirements/static/ci/py3.9/linux-crypto.txt
Normal file
8
requirements/static/ci/py3.9/linux-crypto.txt
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
# This file is autogenerated by pip-compile
|
||||||
|
# To update, run:
|
||||||
|
#
|
||||||
|
# pip-compile -o requirements/static/ci/py3.9/linux-crypto.txt -v requirements/static/ci/crypto.in
|
||||||
|
#
|
||||||
|
m2crypto==0.35.2
|
||||||
|
pycryptodome==3.9.7
|
|
@ -2,7 +2,7 @@
|
||||||
# This file is autogenerated by pip-compile
|
# This file is autogenerated by pip-compile
|
||||||
# To update, run:
|
# To update, run:
|
||||||
#
|
#
|
||||||
# pip-compile -o requirements/static/py3.8/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/linux.in
|
# pip-compile -o requirements/static/ci/py3.9/linux.txt -v requirements/base.txt requirements/zeromq.txt requirements/pytest.txt requirements/static/ci/linux.in
|
||||||
#
|
#
|
||||||
adal==1.2.3 # via azure-datalake-store, msrestazure
|
adal==1.2.3 # via azure-datalake-store, msrestazure
|
||||||
apache-libcloud==2.0.0
|
apache-libcloud==2.0.0
|
|
@ -1,25 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.9/cloud.txt -v requirements/static/cloud.in
|
|
||||||
#
|
|
||||||
asn1crypto==0.24.0 # via cryptography
|
|
||||||
certifi==2019.3.9 # via requests
|
|
||||||
cffi==1.12.2 # via cryptography
|
|
||||||
chardet==3.0.4 # via requests
|
|
||||||
cryptography==2.6.1 # via requests-ntlm, smbprotocol
|
|
||||||
idna==2.8 # via requests
|
|
||||||
netaddr==0.7.19
|
|
||||||
ntlm-auth==1.3.0 # via requests-ntlm, smbprotocol
|
|
||||||
profitbricks==4.1.3
|
|
||||||
pyasn1==0.4.5 # via smbprotocol
|
|
||||||
pycparser==2.19 # via cffi
|
|
||||||
pypsexec==0.1.0
|
|
||||||
pywinrm==0.3.0
|
|
||||||
requests-ntlm==1.1.0 # via pywinrm
|
|
||||||
requests==2.21.0 # via profitbricks, pywinrm, requests-ntlm
|
|
||||||
six==1.15.0 # via cryptography, profitbricks, pypsexec, pywinrm, smbprotocol
|
|
||||||
smbprotocol==0.1.1 # via pypsexec
|
|
||||||
urllib3==1.24.2 # via requests
|
|
||||||
xmltodict==0.12.0 # via pywinrm
|
|
|
@ -1,8 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.9/darwin-crypto.txt -v requirements/static/crypto.in
|
|
||||||
#
|
|
||||||
m2crypto==0.35.2
|
|
||||||
pycryptodome==3.9.7
|
|
|
@ -1,8 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.9/freebsd-crypto.txt -v requirements/static/crypto.in
|
|
||||||
#
|
|
||||||
m2crypto==0.35.2
|
|
||||||
pycryptodome==3.9.7
|
|
|
@ -1,10 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.9/invoke.txt -v requirements/static/invoke.in
|
|
||||||
#
|
|
||||||
blessings==1.7
|
|
||||||
invoke==1.4.1
|
|
||||||
pyyaml==5.3.1
|
|
||||||
six==1.15.0 # via blessings
|
|
|
@ -1,8 +0,0 @@
|
||||||
#
|
|
||||||
# This file is autogenerated by pip-compile
|
|
||||||
# To update, run:
|
|
||||||
#
|
|
||||||
# pip-compile -o requirements/static/py3.9/linux-crypto.txt -v requirements/static/crypto.in
|
|
||||||
#
|
|
||||||
m2crypto==0.35.2
|
|
||||||
pycryptodome==3.9.7
|
|
Loading…
Add table
Reference in a new issue