Skip to content
Snippets Groups Projects
requirements.in 1.2 KiB
Newer Older
# Please add dependencies here and run
Varac's avatar
Varac committed
#
#   pip-compile --upgrade
#   pip install -r requirements.txt
#
# to update requirements.txt.
# See https://pypi.org/project/pip-tools/#updating-requirements for more.
#
#
# Please add developer dependencies which are not needed to install
# OpenAppStack to requirements-dev.txt!
#
Varac's avatar
Varac committed
# we need to update the mitogen plugin first in order to update to a newer
# ansible version
ansible<2.10
Varac's avatar
Varac committed
# needed for test_dns.py
Varac's avatar
Varac committed
dnspython
# `install/generate_secrets.py` needs the `create_from_yaml` function that accepts
# the `yaml_objects` parameter which was added in commit
# 13814c0f7e0e587c46512386da3d08c64fc83e04. Until that is merged into a stable
# release, we install from Git. Should be replaced with `kubernetes>18` some time
# in the future.
-e git+git://github.com/kubernetes-client/python.git@2f9643eac71535f7802cd16a078ce50e8866f1ad#egg=kubernetes
# Needed for testinfra using the ansible module
Varac's avatar
Varac committed
paramiko
psutil
pyopenssl
pytest-rerunfailures
pytest-testinfra
Varac's avatar
Varac committed
# needed for test_dns.py
Varac's avatar
Varac committed
tld
setuptools
wheel
-e git+https://open.greenhost.net/greenhost/cloud-api#egg=greenhost_cloud
Varac's avatar
Varac committed
passlib
# Needed for secrets generation in install/generate_secrets.py