2018-05-13 01:20:47 +00:00
|
|
|
-r base.txt
|
|
|
|
|
|
|
|
mock>=2.0.0
|
|
|
|
SaltPyLint>=v2017.3.6
|
|
|
|
pytest>=3.5.0
|
|
|
|
git+https://github.com/saltstack/pytest-salt.git@master#egg=pytest-salt
|
2018-05-23 16:33:00 +00:00
|
|
|
testinfra>=1.7.0
|
2018-05-13 01:20:47 +00:00
|
|
|
|
|
|
|
# httpretty Needs to be here for now even though it's a dependency of boto.
|
|
|
|
# A pip install on a fresh system will decide to target httpretty 0.8.10 to
|
|
|
|
# satisfy other requirements, and httpretty 0.8.10 has bugs in setup.py that
|
|
|
|
# prevent it from being successfully installed (at least on Python 3.4).
|
|
|
|
httpretty; python_version >= '3.4'
|
2018-07-06 18:24:07 +00:00
|
|
|
pylint==1.6.5
|