Skip to content
Snippets Groups Projects
requirements.in 704 B
Newer Older
# Please add dependencies here and run
# pip install -r requirements-dev.txt && pip-compile
# to update requirements.txt
#
# Please add developer dependencies which are not needed to install
# OpenAppStack to requirements-dev.txt!
#
# ansible>=2.9.10 is needed for using the `k8s` resource
ansible>=2.9.10,<2.10
Varac's avatar
Varac committed
# needed for test_dns.py
dnspython>=2.1.0
# Needed for ansible k8s resource
openshift>=0.12.0
# Needed for testinfra using the ansible module
paramiko>=2.7.0
psutil>=5.5.0
pyopenssl>=19.0.0
pytest-rerunfailures>=8.0
testinfra>=3.0.0
Varac's avatar
Varac committed
# needed for test_dns.py
tld>=0.12.5
setuptools>=40.6.2
wheel>=0.33.1
-e git+https://open.greenhost.net/greenhost/cloud-api#egg=greenhost_cloud
passlib>=1.7.2