Newer
Older
# Please add dependencies here and run
#
# 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!
#
# we need to update the mitogen plugin first in order to update to a newer
# ansible version
ansible<2.10
# `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.

Maarten de Waard
committed
-e git+git://github.com/kubernetes-client/python.git@2f9643eac71535f7802cd16a078ce50e8866f1ad#egg=kubernetes
# Needed for testinfra using the ansible module
paramiko
psutil
pyopenssl
pytest-rerunfailures
pytest-testinfra
-e git+https://open.greenhost.net/greenhost/cloud-api#egg=greenhost_cloud
# Needed for secrets generation in install/generate_secrets.py

Maarten de Waard
committed
jinja2-base64-filters
htpasswd