mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add httpretty to py34 dev requirements
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).
This commit is contained in:
parent
9d146251b6
commit
c09f8e283c
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ apache-libcloud>=0.14.0
|
|||
boto>=2.32.1
|
||||
boto3>=1.2.1
|
||||
moto>=0.3.6
|
||||
# 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
|
||||
SaltPyLint>=v2017.2.29
|
||||
GitPython>=0.3
|
||||
pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue