Skip to content
Snippets Groups Projects
requirements.in 849 B
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!

# We need to update the mitogen plugin first in order to update to a newer
Varac's avatar
Varac committed
# ansible version
ansible<2.10
Varac's avatar
Varac committed
# needed for test_dns.py
Varac's avatar
Varac committed
dnspython
# Needed for `install/generate_secrets.py`
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