Bryce Larson 5de9f40c4c add debian 10 requirements 5 years ago
..
py2.7 5de9f40c4c add debian 10 requirements 5 years ago
py3.4 5de9f40c4c add debian 10 requirements 5 years ago
py3.5 5de9f40c4c add debian 10 requirements 5 years ago
py3.6 5de9f40c4c add debian 10 requirements 5 years ago
py3.7 5de9f40c4c add debian 10 requirements 5 years ago
README.rst 0d96e640f2 Start handling static(and platform specific) requirements files 5 years ago
amzn-2.in faa50ba409 Allow for Python 3.7 and paramiko versions 5 years ago
amzn-2018.03.in f726c16bd9 Fix amazon requirements. Stop using requirement with security issue. 5 years ago
arch.in f726c16bd9 Fix amazon requirements. Stop using requirement with security issue. 5 years ago
centos-6.in f726c16bd9 Fix amazon requirements. Stop using requirement with security issue. 5 years ago
centos-7.in faa50ba409 Allow for Python 3.7 and paramiko versions 5 years ago
cloud.in 08d653b4d3 Upgrade etcd to > 0.4.2 5 years ago
debian-10.in 5de9f40c4c add debian 10 requirements 5 years ago
debian-8.in faa50ba409 Allow for Python 3.7 and paramiko versions 5 years ago
debian-9.in faa50ba409 Allow for Python 3.7 and paramiko versions 5 years ago
docs.in ee504d63d1 Switch docs building under Py3 5 years ago
fedora-29.in f726c16bd9 Fix amazon requirements. Stop using requirement with security issue. 5 years ago
fedora-30.in 468025c1b6 Add Fedora 30 requirements files 5 years ago
lint.in 08d653b4d3 Upgrade etcd to > 0.4.2 5 years ago
opensuse-leap-15.in f726c16bd9 Fix amazon requirements. Stop using requirement with security issue. 5 years ago
osx.in 2b70e98464 Take into account the packaging requirements for OSX 5 years ago
ubuntu-16.04.in faa50ba409 Allow for Python 3.7 and paramiko versions 5 years ago
ubuntu-18.04.in faa50ba409 Allow for Python 3.7 and paramiko versions 5 years ago
windows.in fe97d845a7 Remove pygit2 static requirement instead of skipping test 5 years ago

README.rst

What Is This All About
======================

This directory will contain platform specific requirements(and the requirements
of each requirements) locked to the versions used as if the testing environment
was setup using the salt-jenkins states.

The purpose of this is to ease the transition to `nox` and golden images where
only binary system packages are installed on the golden image and `nox`
installs the python dependencies on virtualenv specifically created for the
test run.

This will also make sure we run the tests with the exact same dependencies
everytime.