Add initial provisioning playbook
This commit is contained in:
28
resources/remote-requirements.txt
Normal file
28
resources/remote-requirements.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
attrs==21.2.0; python_version >= "3.4" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.4"
|
||||
bcrypt==3.2.0; python_version >= "3.6"
|
||||
certifi==2021.5.30; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
cffi==1.14.6; python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0")
|
||||
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
colorama==0.4.4; python_version >= "3.4" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.4" and python_full_version >= "3.5.0"
|
||||
cryptography==3.4.8; python_version >= "3.6"
|
||||
distro==1.6.0; python_version >= "3.4" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.4"
|
||||
docker-compose==1.29.2; python_version >= "3.4"
|
||||
docker==5.0.2; python_version >= "3.6"
|
||||
dockerpty==0.4.1; python_version >= "3.4"
|
||||
docopt==0.6.2; python_version >= "3.4"
|
||||
idna==3.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
jsondiff==1.3.0
|
||||
jsonschema==3.2.0; python_version >= "3.4"
|
||||
paramiko==2.7.2; python_version >= "3.6"
|
||||
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0"
|
||||
pynacl==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.4.0"
|
||||
pyrsistent==0.18.0; python_version >= "3.6"
|
||||
python-dotenv==0.19.0; python_version >= "3.5"
|
||||
pywin32==227; sys_platform == "win32" and python_version >= "3.6"
|
||||
pyyaml==5.4.1; python_version >= "3.4" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.4"
|
||||
requests==2.26.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
selinux==0.2.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
texttable==1.6.4; python_version >= "3.4"
|
||||
urllib3==1.26.6; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
|
||||
websocket-client==0.59.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
Reference in New Issue
Block a user