mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
f78b81db94
Instead of having different files for different python versions, just have one, and use the built in `python_version` to handle which dependencies to install.
17 lines
533 B
Plaintext
17 lines
533 B
Plaintext
-r base.txt
|
|
|
|
mock>=2.0.0
|
|
apache-libcloud>=0.14.0
|
|
boto>=2.32.1
|
|
boto3>=1.2.1
|
|
moto>=0.3.6
|
|
SaltPyLint>=v2017.3.6
|
|
pytest>=3.5.0
|
|
git+https://github.com/saltstack/pytest-salt.git@master#egg=pytest-salt
|
|
|
|
# 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'
|