Skip to content
Snippets Groups Projects
requirements.in 923 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
# Stackspin 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
Varac's avatar
Varac committed
# needed for test_dns.py
# Needed for `install/generate_secrets.py`
kubernetes==23.3.0
# Needed for testinfra using the ansible module
pyopenssl==22.0.0
pytest-testinfra==6.6.0
Varac's avatar
Varac committed
# needed for test_dns.py
-e git+https://open.greenhost.net/greenhost/cloud-api#egg=greenhost_cloud
# Needed for secrets generation in install/generate_secrets.py
jinja2-base64-filters==0.1.4
htpasswd==2.3